Ingest Data from a Source into Snowflake
This example pipeline demonstrates how to use the Snowflake - Snowpipe Streaming Snap to ingest data into the Snowflake database from a source as and when it is available.
Here's the execution flow of the pipeline:
-
Data generation: The Sequence Snap generates a set number of data records.
-
Data mapping: The first Mapper Snap maps each generated value to the
numfield. -
Data Streaming: The Snowflake Snowpipe Streaming Snap ingests the JSON-formatted data into a specified Snowflake table as soon as the data is available.





