EN
Español
English
Português
    DMM_DATASET

    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
    is_time_dimension* BIT Determines whether the dataset corresponds to a temporal dimension
    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