tTeradataSCD
Addresses Slowly Changing Dimension needs, reading regularly a source of data and
logging the changes into a dedicated SCD table.
This component reflects and tracks changes in a dedicated Teradata SCD table.
tTeradataSCD Standard properties
These properties are used to configure tTeradataSCD running in the Standard Job framework.
The Standard
tTeradataSCD component belongs to the Business Intelligence and the Databases families.
The component in this framework is generally available.
Basic settings
|
Property Type |
Either Built-In or Repository. |
|
|
Built-In: No property data stored |
|
|
Repository: Select the repository |
|
Use an existing connection |
Select this check box and in the Component Note:
When a Job contains the parent Job and the child Job, if you need to share an
existing connection between the two levels, for example, to share the connection created by the parent Job with the child Job, you have to:
For an example about how to share a database connection across Job levels, see |
|
Host |
Type in the IP address or hostname of the database. |
|
Database |
Type in the name of the database you want to use. |
|
Username and Password |
Type in the database user authentication data. To enter the password, click the […] button next to the |
|
Table |
Type in the name of the table to be written. Note that only one table can be written at |
|
Action on table |
On the table defined, you can perform one of the following operations:
|
|
Schema and Edit schema |
A schema is a row description. It defines the number of fields (columns) to |
|
|
Built-In: You create and store the |
|
|
Repository: You have already created |
|
|
Click Edit schema to make changes to the schema.
|
|
SCD Editor |
The SCD editor helps to build and configure the data flow for slowly For more information, see SCD management methodology. |
|
Use memory saving mode |
Select this check box to maximize system performance. |
|
Source keys include Null |
Select this check box to allow the source key columns to have Null Warning:
Special attention should be paid to the uniqueness of the source |
|
Die on error |
Select the check box to stop the execution of the Job when an error Clear the check box to skip any rows on error and complete the process for |
Advanced settings
|
Additional JDBC Parameters |
Specify additional connection properties for the database connection This field is not visible when the Use an existing |
|
Debug mode |
Select this check box to display each step during processing entries |
|
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job |
Global Variables
|
Global Variables |
NB_LINE_UPDATED: the number of rows updated. This is an
NB_LINE_INSERTED: the number of rows inserted. This is an
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
|
Usage rule |
This component is used as an Output component. It requires an Input component and a |
Related scenario
For a similar scenario using MySQL database, see Tracking data changes using Slowly Changing Dimensions (type 0 through type 3).