Reading data from Snowflake - Cloud - 8.0

Snowflake

Version
Cloud
8.0
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-09-14
Configure the tSnowflakeInput component and the tLogRow component to retrieve data from Snowflake and output the data on the console.

Procedure

  1. Double-click the tSnowflakeInput component to open its Basic settings view.
  2. From the Connection Component drop-down list, select the tSalesforceConnection component to reuse the connection created by it.
  3. Click the [...] button next to the Table field and in the pop-up dialog box, select the Use custom object check box and enter the name of the table from which the data will be retrieved in the Object Name field. In this example, it is EMPLOYEE, the table created by the tSnowflakeRow component. When done, click OK to close the dialog box.
  4. Click the [...] button next to Edit schema and in the pop-up schema dialog box, define the schema by adding four columns, ID of int type, NAME and SALARY of String type, and ONBOARD of Date type. This schema is the same as the schema of the tSnowflakeOutput component.
  5. Click OK to validate these changes and accept the propagation prompted by the pop-up dialog box.
  6. Double-click the tLogRow component to open its Component view.
  7. In the Mode area, select Vertical (each row is a key/value list) for better readability of the results.