Creating a Job for tracking data changes in a PostgreSQL table using tPostgresqlSCDELT - 7.3

SCDELT

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Business Intelligence components > SCDELT components
Data Quality and Preparation > Third-party systems > Business Intelligence components > SCDELT components
Design and Development > Third-party systems > Business Intelligence components > SCDELT components
Last publication date
2024-02-21

Procedure

  1. Create a new Job and add a tPostgreSQLConnection component, a tCreateTable component, two tFixedFlowInput components, two tPostgreSQL Input components, two tPostgreSQLOutput components, two tPostgreSQLSCDELT components, and two tLogRow components to the Job.
  2. Link the first tFixedFlowInput component to the first tPostgreSQLOutput component using a Row > Main connection.
  3. Do the same to link the first tPostgreSQLInput component to the first tLogRow component, the second tFixedFlowInput component to the second tPostgreSQLOutput component, and the second tPostgreSQLInput component to the second tLogRow component.
  4. Link the tPostgreSQLConnection component to the tCreateTable component using a Trigger > On Subjob Ok connection.
  5. Do the same to link the first tFixedFlowInput component to the first tPostgreSQLSCDELT component, the first tPostgreSQLSCDELT component to the first tPostgreSQLInput component, the first tPostgreSQLInput component to the second tFixedFlowInput component, the second tFixedFlowInput component to the second tPostgreSQLSCDELT component, the second tPostgreSQLSCDELT component to the second tPostgreSQLInput component.