Reading data from the 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 tSnowflakeInput component to retrieve data from the Snowflake table, and then configure the second tLogRow component to get and display data on the console.

Procedure

  1. Double-click the tSnowflakeInput 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. Click the button next to the Table field to select the table you want to retrieve data. In this example, it is DEMO_NAMES.
  4. Click the button next to Edit schema to open the schema dialog box and define the schema. In this example, the schema has only one column: Name.
  5. Click Advanced settings to open the Advanced settings view.
  6. Select the Convert columns and table to uppercase check box to convert the columns to uppercase.
  7. Double-click the second tLogRow component to open its Basic settings view.
  8. In the Mode area, select Table to display data.