Skip to main content Skip to complementary content
Close announcements banner

Creating a Job for loading data using custom stage path

Create a Job to open a connection to access a Snowflake database, then create a Snowflake table and several records and insert these records into the table via the internal Snowflake stage configured using the Custom Stage Path property, and finally get and display the records on the console.

Procedure

  1. Create a new Job and add a tSnowflakeConnection component, a tFixedFlowInput component, a tSnowflakeOutputBulk component, a tSnowflakeBulkExec component, a tSnowflakeInput component, a tSnowflakeClose component, and two tLogRow components by typing their names in the design workspace or dropping them from the Palette.
  2. Link the tFixedFlowInput component to the first tLogRow component using a Row > Main connection.
  3. Do the same to link the first tLogRow component to the tSnowflakeBulkExec component and link the tSnowflakeInput component to the second tLogRow component.
  4. Link the tSnowflakeConnection component to the tFixedFlowInput component using a Trigger > OnSubjobOk connection.
  5. Do the same to link the tFixedFlowInput component to the tSnowflakeInput component and the tSnowflakeInput component to the tSnowflakeClose component.
  6. Link the tSnowflakeOutputBulk component to the tSnowflakeBulkExec component using a Trigger > OnComponentOk connection.

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!