Dropping components - Cloud - 8.0

ELT Oracle

Version
Cloud
8.0
Language
日本語
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 Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
ジョブデザインと開発 > サードパーティーシステム > ELTコンポーネント > ELT Oracleコンポーネント
データガバナンス > サードパーティーシステム > ELTコンポーネント > ELT Oracleコンポーネント
データクオリティとプレパレーション > サードパーティーシステム > ELTコンポーネント > ELT Oracleコンポーネント
Last publication date
2023-09-14

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.