Bulk load records

In the following example, we update a record using the Snowflake Bulk Upsert Snap. The invalid records which cannot be inserted will be routed to an error view.


Pipeline for Bulk Load Records

In the pipeline execution:

  1. The Mapper (Data) Snap maps the record details to the input fields of Snowflake Upsert Snap:
    Snowflake Select

  2. Snowflake Upsert Snap updates the record using the "PRASANNA"."Persons" table object:
  3. Successful execution of the pipeline displays the following data preview (Note that one input has been made and two records with the name P_ID have been updated within the Persons table.):