tTeradataSCD
Addresses Slowly Changing Dimension needs, reading regularly a source of data and
logging the changes into a dedicated SCD table.
tTeradataSCD 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 available in all Talend
products.
connector. The properties related to database settings vary depending on your database
type selection. For more information about dynamic database connectors, see Dynamic database components.
Basic settings
Database |
Select a type of database from the list and click |
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 List click the relevant connection component to 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 |
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 |
 |
Built-In: You create and store the schema locally for this component |
 |
Repository: You have already created the schema and stored it in the |
 |
Click Edit
|
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 |
Limitation |
This component does not support using SCD type 0 together with other |
Related scenario
For a similar scenario using MySQL database, see Tracking data changes using Slowly Changing Dimensions (type 0 through type 3).