Using custom stage path to load data - 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
Configure the Advanced settings of the tSnowflakeOutputBulk and tSnowflakeBulkExec components to use the Custom Stage Path property to load data.

Procedure

  1. Click Advanced settings of the tSnowflakeOutputBulk component to open its Advanced settings view.
  2. Select the Use Custom Stage Path check box and enter @~/demo within double quotes. As a result, the Stage Folder you specified in the Basic settings is disabled.
  3. Select Default from the Put Command Options drop-down list.
  4. Set Put Command Error Retry to 3.
  5. Clear the Stop on non-empty Storage Folder check box.
  6. Click Advanced settings of the tSnowflakeBulkExec component to open its Advanced settings view.
  7. Select the Convert columns and table to uppercase check box to convert the columns to uppercase.
  8. Select Use Custom Stage Path and enter @~/demo within double quotes. As a result, the Stage Folder you specified in the Basic settings is disabled.
  9. Clear the Use Custom Storage Location check box.
  10. Select Manual from the Copy Command Options drop-down list and enter ON_ERROR='continue' FILE_FORMAT=(type=csv field_delimiter=',' compression=gzip field_optionally_enclosed_by='\"') within double quotes.