Loading Data Using COPY Command - 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 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
2024-02-21

This scenario describes a Job that loads data into a Snowflake table using the COPY command, where Copy Command Options is customized in ON_ERROR form in case any record is rejected.

For more technologies supported by Talend, see Talend components.

The input data contains several records, one of which violates the length limitation.

#Name
Harry
veryveryveryLongName
Jack

Then, the input data is inserted into a Snowflake table and the record that violates the length limitation is rejected.