Creating a Job for loading data using custom stage path - 7.3

Snowflake

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 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
Data Governance > Third-party systems > Cloud storages > Snowflake components
Data Quality and Preparation > Third-party systems > Cloud storages > Snowflake components
Design and Development > Third-party systems > Cloud storages > Snowflake components
Last publication date
2023-06-12

Create a Job to open a connection to access a Snowflake database, then create a Snowflake table and several records and insert these records into the table via the internal Snowflake stage configured using the Custom Stage Path property, and finally get and display the records on the console.

Procedure

  1. Create a new Job and add a tSnowflakeConnection component, a tFixedFlowInput component, a tSnowflakeOutputBulk component, a tSnowflakeBulkExec component, a tSnowflakeInput component, a tSnowflakeClose component, and two tLogRow components by typing their names in the design workspace or dropping them from the Palette.
  2. Link the tFixedFlowInput component to the first tLogRow component using a Row > Main connection.
  3. Do the same to link the first tLogRow component to the tSnowflakeBulkExec component and link the tSnowflakeInput component to the second tLogRow component.
  4. Link the tSnowflakeConnection component to the tFixedFlowInput component using a Trigger > OnSubjobOk connection.
  5. Do the same to link the tFixedFlowInput component to the tSnowflakeInput component and the tSnowflakeInput component to the tSnowflakeClose component.
  6. Link the tSnowflakeOutputBulk component to the tSnowflakeBulkExec component using a Trigger > OnComponentOk connection.