Creating a Snowflake table - 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
Configure the tSnowflakeRow to create a table. If the table already exists, it will be dropped and then created. Next, configure the tFixedFlowInput component to generate several records, one of which violates the length limitation.

Procedure

  1. Double-click the tSnowflakeRow component to open its Basic settings view.
  2. Specify the connection details required to access Snowflake. In this example, from the Connection Component drop-down list displayed, select the connection component to reuse its connection details you have already defined.
  3. In the Queue field, enter the query statement between double quotation marks to drop the table if it already exists. In this example, it is drop table if exists demo_names.
  4. Double-click the tSnowflakeRow component to open its Basic settings view.
  5. Specify the connection details required to access Snowflake. In this example, from the Component List drop-down list displayed, select the connection component to reuse its connection details you have already defined.
  6. In the Queue field, enter the query statement between double quotation marks to create a table. In this example, it is create table demo_names (name varchar(10));.
  7. Double-click the tFixedFlowInput component to open its Basic settings view.
  8. Click the button next to Edit schema to define the schema. In this example, the schema has only one column: Name.
  9. In the Mode area, select Use Inline Content. Then add three records. In this example, they are:
    
    Harry
    veryveryveryLongName
    Jack