Big Data Platform
Data Fabric
Data Management Platform
Data Services Platform
MDM Platform
Real-Time Big Data Platform
Reports are aggregations of analyses. A full report is composed of several rows (as many analyses as the report contains).
TDQ_ANALYSIS
AN_PK
: primary key (artificial)AN_UUID
: analysis identifierAN_LABEL
: analysis nameAN_CREATION_DATE
: analysis creation dateAN_AUTHOR
: analysis authorAN_DATA_FILTER
: the data filter of the analysisAN_STATUS
: analysis statusREP_UUID
: report identifierREP_CREATION_DATE
: report creation dateREP_LABEL
: report nameREP_AUTHOR
: report authorREP_STATUS
: report statusAN_BEGIN_DATE
: the date when the row is createdAN_END_DATE
: the date indicating a change in the attributes of the pair (report/analysis)AN_VERSION
: the version number of the (report, analysis) which is incremented each time the pair's data changeAN_PURPOSE
: analysis purposeAN_DESCRIPTION
: analysis descriptionREP_PURPOSE
: report purposeREP_DESCRIPTION
: report descriptionAN_TYPE
: the type of analysis
TDQ_ANALYZED_ELEMENT
ELT_PK
: primary key (artificial)ELT_UUID
: identifier of analyzed elementELT_CONNECTION_UUID
: connection identifierELT_CONNECTION_NAME
: connection nameELT_CATALOG_NAME
: catalog name or Talend default value corresponding to a null value (see SqlConstants.java)ELT_SCHEMA_NAME
: schema name or Talend default value corresponding to a null value (see SqlConstants.java)ELT_TABLE_NAME
: table name or Talend default value corresponding to a null value (see SqlConstants.java)ELT_COLUMN_NAME
: column name or Talend default value corresponding to a null value (see SqlConstants.java)ELT_BEGIN_DATE
: historization columnsELT_END_DATE
: historization columnsELT_VERSION
: historization columnsELT_CONNECTION_URL
: connection URL of the database containing the analyzed elementELT_SIZE
: analyzed columns sizeELT_PROJECT_NAME
: current project nameELT_PROJECT_DESCRIPTION
: current project descriptionELT_CTX_GROUP_ID
: the context group idELT_CTX_GROUP_NAME
: the context group nameELT_CTX_NAME
: the context name
TDQ_BLOCKING_KEY
B_KEY_PK
: primary key (artificial)ANALYSIS_PK
: foreign keys to the analysis dimension tablesB_KEY_NAME
: blocking key nameB_KEY_INPUT_COLUMN
: input column nameB_KEY_PRE_ALGORITHM
: pre-algorithm nameB_KEY_PRE_ALGORITHM_VALUE
: pre-algorithm valueB_KEY_ALGORITHM
: algorithm nameB_KEY_ALGORITHM_VALUE
: algorithm valueB_KEY_POST_ALGORITHM
: post-algorithm nameB_KEY_POST_ALGORITHM_VALUE
: post-algorithm valueREP_RUNTIME
: execution date of the report
TDQ_MATCHING_KEY
M_KEY_PK
: primary key (artificial)ANALYSIS_PK
: foreign keys to the analysis dimension tablesM_KEY_MATCHRULE_NAME
: match rule nameM_KEY_NAME
: matching key nameM_KEY_INPUT_COLUMN
: input column nameM_KEY_MATCHING_FUNCTION
: matching function nameM_KEY_CUSTOM_MATCHER
: custom matcher nameM_KEY_TOKENNIZED_MEASURE
: the set tokenized measureM_KEY_THRESHOLD
: matching key thresholdM_KEY_CONFIDENCE_WEIGHT
: the confidence weight of the matching keyM_KEY_HANDLE_NULL
: the set handle null parameterM_KEY_MATCHRULE_THRESHOLD
: match rule thresholdM_KEY_SURVIVORSHIP_FUNCTION
: survivorship function nameM_KEY_REFERENCE_COLUMN
: reference column nameM_KEY_PARAMETER
: the set survivorship function parameterAN_MATCH_THRESHOLD
: the confident match threshold of the match analysisAN_RECORD_LINKAGE_ALGORITHM
: the record linkage algorithm of the match analysisREP_RUNTIME
: execution date of the report
TDQ_ANALYZED_SET
AN_SET_PK
: primary key (artificial)MATCH_IND_PK
: matching indicator id for the A and B setsELT_A_PK
: the element belonging to set A of the matching indicatorELT_B_PK
: the element belonging to set B of the matching indicator
TDQ_CALENDAR
CAL_PK
: primary keyCAL_DATE
: dateCAL_DAY_IN_MONTH
: month dateCAL_DAY_IN_YEAR
: day count in the yearCAL_LAST_WEEK_DAY
: count of the last day of the current week (CAL_DAY_IN_YEAR
) in the yearCAL_LAST_MONTH_DAY
: count of the last day of the current month (CAL_DAY_IN_YEAR
) in the yearCAL_WEEK_DAY
: day count in the weekCAL_DAY_NAME
: name of the dayCAL_WEEK_NUM
: week countCAL_WEEK_PERIOD
: the period (yyyyww
) where (y
) is year, (w
) is week countCAL_MONTH
: month countCAL_MONTH_NAME
: month nameCAL_YEAR
: yearCAL_MONTH_PERIOD
: string representing the period: (yyyymm
)CAL_QUARTER
: quarter 1,2,3 or 4CAL_QUARTER_PERIOD
: the period (yyyyq
) where (y
) is year, (q
) is quarter among 1,2,3,4CAL_SEMESTER
: semester (1 or 2)CAL_SEMESTER_PERIOD
: the period (yyyys
) where (y
) is year, (s
) is semester countCAL_DAY_OFF
: the flag to indicate days-offCAL_SPECIAL_DAY
: the flag to indicate special dates,Y
indicates a special day,N
indicates that the day is not specialCAL_SPEC_DAY_LABEL
: label of the special day
TDQ_DAY_TIME
The time data is stored in UTC (Coordinated Universal Time).
TIME_PK
: primary key (artificial)TIME_HOUR
: hour (0-23)TIME_MINUTES
: minutes (0-59)TIME_LABEL
: time label
TDQ_INDICATOR_DEFINITION
IND_PK
: primary key (artificial)IND_LABEL
: indicator labelIND_UUID
: indicator identifierIND_CATEGORY
: the category of the indicator.Simple indicators such as count indicators belong to the Simple Statistics category, Count subcategory. Text indicators belong to the Text Statistics category. Mean, Median, Lower quartile, upper quartile, min value, max value belong to the Summary Statistics category. Mode belong to the Advanced Statistics category and Mode subcategory. Frequency table belong to the Advanced Statistics category and Frequencies subcategory.
IND_CATEG_UUID
: category identifierIND_CRITICAL
: criticality level of the indicatorIND_PURPOSE
: indicator purposeIND_DESCRIPTION
: indicator description
And the 3 historization columns:
IND_BEGIN_DATE
IND_END_DATE
IND_VERSION
TDQ_INDICATOR_OPTIONS
INO_PK
: primary key (artificial)INO_CASE_SENSITIVE
: case sensitive flagY
,N
,U
INO_REGEXP
: regular expressionINO_COUNT_NULLS
: flag for counting null valuesY
,N
INO_COUNT_BLANKS
: flag for counting blank valuesY
,N
TDQ_INDICATOR_VALUE
INDV_PK
: primary key (artificial)TIME_PK
: foreign keys to time dimension tablesELEMENT_PK
: foreign keys to the analyzed element dimension tablesANALYSIS_PK
: foreign keys to the analysis dimension tableVALUE_PK
: foreign keys to the value dimension tablesOPTION_PK
: foreign keys to the option dimension tablesINDICATOR_PK
: foreign keys to the indicator definition dimension tablesCALENDAR_PK
: foreign keys to the date dimension tablesIND_TYPE
: data mining typeAN_DURATION
: duration of the analysisAN_RUNTIME
: execution date of the analysisINDV_REAL_VALUE
: real value of the indicatorINDV_INT_VALUE
: integer value of the indicatorINDV_ROW_COUNT
: number of rows when evaluating this indicatorINDV_VALUE_TYPE_INDICATOR
: flag to tell whether it is a real value indicatorINDV_DTHRESH_OK
: any of the flagsY
orN
orU
which indicates whether this indicator respects the data threshold.Y
means yes,N
means no,U
means undefinedINDV_DTHRESH_LOW
: lower value of data thresholdINDV_DTHRESH_HI
: higher value of data thresholdINDV_ITHRESH_OK
: any of the flagsY
orN
orU
to indicate whether this indicator respects the indicator threshold.Y
means yes,N
means no,U
means undefinedINDV_ITHRESH_LOW
: lower value of indicator thresholdINDV_ITHRESH_HI
: higher value of indicator thresholdINDV_EXP_VAL_OK
: a flagY
orN
orU
which indicates whether this indicator respects the indicator expected value.Y
means yes,N
means no,U
means undefinedINDV_EXP_VAL
: expected value of the indicatorINDV_ITHRESH_PERC_OK
: any of the flagsY
orN
orU
which indicates whether this indicator respects the defined percentage threshold.Y
means yes,N
means no,U
means undefinedINDV_ITHRESH_PERC_LOW
: lower threshold of indicator value in percentage relative to the total row countINDV_ITHRESH_PERC_HI
: higher threshold of indicator value in percentage relative to the total row countINDV_DATE_VALUE
: stores the date value of the indicatorINDV_IDATETHRESH_LO
: stores the lower threshold on dateINDV_IDATETHRESH_HI
: stores the higher threshold on dateINDV_IDATETHRESH_OK
: a flagY
orN
orU
to indicate whether this indicator respects the date thresholds."Y" means yes, "N" means no, "U" means undefinedREP_DURATION
: the duration of the reportREP_RUNTIME
: execution date of the report
TDQ_MATCH_INDVALUE
M_PK
: primary keyOPTION_PK
: reference to the optionsANALYSIS_PK
: foreign key to the analysis dimension tableTABLE_A_PK
: foreign key to the table containing the A setTABLE_B_PK
: foreign key to the table containing the B setINDICATOR_PK
: foreign key to the indicator definitionAN_DURATION
: duration of the execution of the analysisTIME_PK
: foreign key to the time of the analysis executionCALENDAR_PK
: foreign key to the date of the analysis executionAN_RUNTIME
: date of the analysis executionINDV_MATCH_PERCENT
: percentage of matching valuesINDV_MATCH_COUNT
: count of matching valuesINDV_ROW_COUNT
: total row countINDV_DTHRESH_OK
: flagY
orN
orU
which indicates whether this indicator respects the data threshold."Y
" means yes, "N
" means no, "U
" means undefinedINDV_DTHRESH_LOW
: lower value of data thresholdINDV_DTHRESH_HI
: higher value of data thresholdINDV_ITHRESH_OK
: flagY
orN
orU
which indicates whether this indicator respects the indicator threshold.Y
means yes,N
means no,U
means undefinedINDV_ITHRESH_LOW
: lower value of indicator thresholdINDV_ITHRESH_HI
: higher value of indicator thresholdINDV_EXP_VAL_OK
: flagY
orN
orU
which indicates whether this indicator respects the indicator expected value.Y
means yes,N
means no,U
means undefinedINDV_EXP_VAL
: expected value of the indicatorREP_DURATION
: the duration of the reportREP_RUNTIME
: execution date of the report
TDQ_MATCHING_INDVALUE
M_PK
: primary keyANALYSIS_PK
: foreign key to the analysis dimension tableTABLE_PK
: foreign key to the analyzed tableTIME_PK
: foreign key to the time of the analysis executionCALENDAR_PK
: foreign key to the date of the analysis executionAN_DURATION
: duration of the execution of the analysisAN_RUNTIME
: date of the analysis executionVERSION
: reference to the version number in the tableTDQ_TABLE_ANALIZED_SET
M_ROW_COUNT
: total row countM_UNIQUE_COUNT
: count of unique recordsM_SUSPECT_COUNT
: count of suspect recordsM_MATCH_COUNT
: count of matched recordsREP_DURATION
: duration of the report executionREP_RUNTIME
: execution date of the report
The dimension tables that relate to this fact table are the same as those of
TDQ_SET_INDVALUE
table except for IND_PK
which does not exist
in the TDQ_MATCHING_INDVALUE
fact table.
TDQ_GROUP_STATISTICS
G_PK
: primary keyM_PK
: foreign key to the matching indicator results (M_PK
ofTDQ_MATCHING_INDVALUE
G_SIZE
: group sizeG_GROUP_COUNT
: group countG_RECORD_COUNT
: record countREP_RUNTIME
: execution date of the report
TDQ_OVERVIEW_INDVALUE
TV_PK
: primary key (technical key)AN_PK
: foreign key to the analysisCAL_PK
: foreign key to the execution date of the analysisTIME_PK
: foreign key to the execution time of the analysisIND_PK
: foreign key to the indicator definitionELT_PK
: foreign key to the analyzed element (for tables, the analyzed element references their parent schema or catalog)TV_NAME
: table of View name. Can be empty when the row represents the level of schema or catalog or connectionTV_CATALOGCOUNT
: number of catalogsTV_SCHEMACOUNT
: number of schemasTV_TABLECOUNT:
number of tablesTV_ROWCOUNT
: number of rows in tablesTV_KEYCOUNT
: number of keysTV_INDEXCOUNT
: number of indicesTV_TRIGGERCOUNT
: number of triggersTV_VIEWCOUNT
: number of views (should be 0 or 1)TV_TABLE_FILTER
: table filter used in the analysisTV_VIEW_FILTER
: view filter used in the analysisAN_RUNTIME_TIMESTAMP
: execution date of the analysisAN_DURATION
: duration of the analysis (ms)REP_DURATION
: the duration of the reportREP_RUNTIME
: execution date of the report
TDQ_SET_INDVALUE
SET_INDV_PK
: primary key (artificial)TIME_PK
: foreign key to dimensionalTDQ_DAY_TIME
tableCAL_PK
: foreign key to dimensional calendar tableAN_PK
: foreign key to dimensionalTDQ_ANALYSIS
tableIND_PK
: foreign key toTDQ_INDICATOR_DEFINITION
tableSIV_INT_VALUE
: indicator count valueAN_DURATION
: analysis durationAN_RUNTIME
: execution date of the analysisVERSION
: reference to version number in tableTDQ_TABLE_ANALYZED_SET
SIV_ROW_COUNT
: total row countSIV_THRESH_OK
: flagY
orN
orU
which indicates whether this indicator respects the indicator threshold.Y
means yes,N
means no,U
means undefinedSIV_THRESH_LOW
: lower value of indicator thresholdSIV_THRESH_HI
: higher value of indicator thresholdSIV_THRESH_PERC_OK
: flagY
orN
orU
which indicates whether this indicator respects the defined percentage threshold.Y
means yes,N
means no,U
means undefinedSIV_THRESH_PERC_LOW
: lower threshold of indicator value in percentage relative to the total row countSIV_THRESH_PERC_HI
: higher threshold of indicator value in percentage relative to the total row countTABLE_PK
: reference to the table containing the analyzed elementsIND_PARENT_PK
: link the child indicator to its parent indicatorELT_PK
: link to the columnREP_DURATION
: the duration of the reportREP_RUNTIME
: execution date of the report
TDQ_VALUES
VAL_PK
: primary key (artificial)VAL_STRING
: value (among the possible values in frequency tables)
TDQ_PRODUCT
PR_NAME
: product name of the TDQ releasePR_DISPLAY_VERSION
: version of the OEM tool and the version used in reportsPR_VERSION
: version number of the TDQ release
TDQ_TABLE_ANALYZED_SET
AN_SET_PK
: primary keyVERSION
: version of analysis determined by column set variationsELT_PK
: foreign key to dimensional tableTDQ_ANALYZED_ELEMENT
AN_PK
: foreign key to dimensional tableTDQ_ANALYSIS
TDQ_MIGRATION
ID
: primary key (artificial)MIGRATION_NAME
: the name of migrationPREVIOUS_VERSION
: the previous product versionUPDATE_VERSION
: the updated product versionMIGRATION_DATE
: the migration date