Dropping components - 7.3

ELT Sybase

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 > ELT components > ELT Sybase components
Data Quality and Preparation > Third-party systems > ELT components > ELT Sybase components
Design and Development > Third-party systems > ELT components > ELT Sybase components
Last publication date
2024-02-21

Procedure

  1. Add the following components from the Palette to the workspace:
    • tGreenplumConnection
    • two tELTGreenplumInput
    • tELTGreenplumMap
    • tELTGreenplumOutput
    • tGreenplumCommit
    • tGreenplumInput
    • tLogRow
  2. Rename the following components:
    • tGreenplumConnection to connect_to_greenplum_host
    • two tELTGreenplumInput to employee+statecode and statecode
    • tELTGreenplumMap to match+map
    • tELTGreenplumOutput to map_data_output
    • tGreenplumCommit to commit_to_host
    • tGreenplumInput to read_map_output_table
    • tLogRow to show_map_data
  3. Connect the components in the Job:
    • link tGreenplumConnection to tELTGreenplumMap using an OnSubjobOk trigger
    • link tELTGreenplumMap to tGreenplumCommit using an OnSubjobOk trigger
    • link tGreenplumCommit to tGreenplumInput using an OnSubjobOk trigger
    • link tGreenplumInput to tLogRow using a Row > Main connection
    The two tELTGreenplumInput components and tELTGreenplumOutput will be linked to tELTGreenplumMap later once the relevant tables have been defined.