METRIC_SOURCE_GROUP_BY_ATTRI_0
Description
This table stores the group-by attributes of metric sources.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the group- by attribute. |
| NAME | varchar | The name of the group-by attribute. |
| GROUP_BY_ATTRIBUTES_AGGREGAT_0 | bigint | The foreign key referencing the ID column of the AGGREGATE_SOURCE table. |
| GROUP_BY_ATTRIBUTES_HJORDER | int | The order of the group-by attribute in the hierarchy. |
Foreign Key Relationships
- GROUP_BY_ATTRIBUTES_AGGREGAT_0 references AGGREGATE_SOURCE (ID)