Configure the tSnowflakeOutputBulk and
tSnowflakeBulkExec components to load data to the Snowflake
table.
Procedure
-
Double-click the tFixedFlowInput component to open its
Basic settings view.
-
Click the
button next to Edit schema to define the schema. In this example, the schema has only one column: Name.
-
In the Mode area, select Use Inline
Table. Then add three records. In this example, they are:
Bill Franklin Jimmy
- Double-click the first tLogRow component to open its Basic settings view.
- In the Mode area, select Table to display data.
-
Double-click the tSnowflakeOutputBulk component to open
its Basic settings view.
- 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.
-
If needed, click the Sync columns button to make sure
the schema is properly retrieved from the preceding component.
- Select Internal from the Storage drop-down list and enter demo within double quotes in the Stage Folder field.
-
Double-click the tSnowflakeBulkExec component to open
its Basic settings view.
- 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.
-
Click the
button next to the Table field to select the table you want to load data. In this example, it is DEMO_NAMES.
-
If needed, click the Sync columns button to make sure
the schema is properly retrieved from the preceding component.
- Select INSERT from the Output Action drop-down list to insert data to the table DEMO_NAMES.
- Select Internal from the Storage drop-down list and enter demo in the Stage Folder field.