Stores information about the datasets used in analysis models
Data model
Fields
| Field | Type | Description |
|---|---|---|
| created_date* | DATETIME | Record creation date |
| id* | UNIQUEIDENTIFIER | Dataset identifier |
| name* | VARCHAR (35) | Dataset Name |
| type* | VARCHAR (10) | Indicates whether the dataset corresponds to a fact table or dimension |
Primary Key
| PK_DMM_DATASET |
|---|
| id |