Adding and linking components - Cloud - 8.0

Amazon Redshift

Version
Cloud
8.0
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 > Amazon services (Integration) > Amazon Redshift components
Data Quality and Preparation > Third-party systems > Amazon services (Integration) > Amazon Redshift components
Design and Development > Third-party systems > Amazon services (Integration) > Amazon Redshift components
Last publication date
2024-02-20

Procedure

  1. Create a new Job and apply all context variables listed above to the new Job.
  2. Add the following components by typing their names in the design workspace or dropping them from the Palette: a tRowGenerator component, a tRedshiftOutputBulk component, a tRedshiftBulkExec component, a tRedshiftInput component, a tLogRow component, a tRedshiftUnload component, a tS3List component, and a tS3Get component.
  3. Link tRowGenerator to tRedshiftOutputBulk using a Row > Main connection.
  4. Do the same to link tRedshiftInput to tLogRow.
  5. Link tS3List to tS3Get using a Row > Iterate connection.
  6. Link tRowGenerator to tRedshiftBulkExec using a Trigger > On Subjob Ok connection.
  7. Do the same to link tRedshiftBulkExec to tRedshiftInput, link tRedshiftInput to tRedshiftUnload, link tRedshiftUnload to tS3List.