Skip to main content Skip to complementary content
Close announcements banner

Reading data from Snowflake

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!