Créer un Job pour suivre les modifications de données dans une table PostgreSQL à l'aide du tPostgresqlSCDELT - 7.3

SCDELT

Version
7.3
Language
Français
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
Studio Talend
Content
Création et développement > Systèmes tiers > Composants Business Intelligence > Composants SCDELT
Gouvernance de données > Systèmes tiers > Composants Business Intelligence > Composants SCDELT
Qualité et préparation de données > Systèmes tiers > Composants Business Intelligence > Composants SCDELT
Last publication date
2024-02-22

Procédure

  1. Créez un Job et ajoutez un composant tPostgreSQLConnection, un tCreateTable, deux tFixedFlowInput, deux tPostgreSQL Input, deux tPostgreSQLOutput, deux tPostgreSQLSCDELT et deux tLogRow dans le Job.
  2. Reliez le premier tFixedFlowInput au premier tPostgreSQLOutput à l'aide d'un lien Row > Main.
  3. Répétez l'opération pour relier le premier tPostgreSQLInput au premier tLogRow, le second tFixedFlowInput au second tPostgreSQLOutput et le second tPostgreSQLInput au second tLogRow.
  4. Reliez le composant tPostgreSQLConnection au tCreateTable à l'aide d'un lien Trigger > OnSubjobOk.
  5. Répétez l'opération pour relier le tFixedFlowInput au premier tPostgreSQLSCDELT, le premier tPostgreSQLSCDELT au premier tPostgreSQLInput, le premier tPostgreSQLInput au second tFixedFlowInput, le second tFixedFlowInput au second tPostgreSQLSCDELT, le second tPostgreSQLSCDELT au second tPostgreSQLInput.