Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldDescription
Source TableIdentifies the source table where the column's data comes from. This source table is normally a load table within the data warehouse. If the column was sourced from multiple tables, then the normal practice is to record one of the tables in this field and a comment listing all of the other tables in the Source Strategy field. This field is used when generating a procedure to update the EDW 3NF table. It is also used in the trackback diagrams and the documentation.
Source ColumnIdentifies the source column where the column's data comes from. Such a column is normally a load table column, which in turn may have been a transformation or the combination of multiple columns. For previous value-managed columns, the source column is the column in the table whose previous value is being recorded.
Source Data TypeIdentifies the source column's data type. [Read-only].
TransformationRefer to EDW 3NF Table Column Transformations. [Read-only].
JoinIndicates whether the table column is used in a table join. [Normally maintained automatically but can be optionally changed to override the default join logic used in the generated update procedure]. The Source Table and Source Column fields will provide the other EDW 3NF table's side of the join. The options for this field are: False, True, Manual, and Pre-Join.
  • Setting this field to Manual changes the way the dimension table is looked up during the update procedure build. It allows you to join the dimension manually in the Source Join wizard (used to build the 'Where' clause).
  • Setting this field to Pre Join activates the Pre Join Source Table field and allows you to select a table from the drop-down list.
Pre Join Source TableIndicates the table from which the pre-joined column was sourced. When the Join option is set to False, this field becomes inactive. When the Join option is set to True or Manual, this field is set to the current table name. When the Join option is set to Pre Join, then you can select the required table from the drop-down list.

...