Stores the metadata of the metrics that can be generated in the analytical models
Data model
Fields
| Field | Type | Description |
|---|---|---|
| aggregate_id* | UNIQUEIDENTIFIER | The identifier of the aggregation operation that will be applied to the attribute |
| attribute_id* | UNIQUEIDENTIFIER | Attribute ID |
| created_date* | DATETIME | Record creation date |
| id* | UNIQUEIDENTIFIER | Metric ID |
Primary Key
| PK_DMM_METRIC |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| aggregate_id* | dbo.DMM_AGGREGATE | id | FK01_DMM_METRIC |
| attribute_id* | dbo.DMM_ATTRIBUTE | id | FK02_DMM_METRIC |