Snowflake
The Snowflake Agents allow you to include data from a Snowflake database in your stream. For more information on Snowflake, please see the Snowflake Documentation site.
The Listener allows you to return new rows added to a Snowflake table. It operates on a timed interval and returns all new rows added to the table since the last interval. The following features are supported:
Username and password authentication
Reading from a table
The Context Provider allows you to read and output the entire contents of a Snowflake table to the Data Stream for contextual data. The following features are supported:
Username and password authentication
Reading from a table or custom query
Filtering and sorting of returned rows
Limiting returned rows by count or duration
The Action Agent allows you to execute a stored procedure or write Data Stream events to a Snowflake table. Bulk insert is not yet supported, so performance may be affected if many rows are inserted at once. The following features are supported:
Username and password authentication
Insert directly into a table, one row at a time
Execute a stored procedure to perform enhanced CRUD operations
Pre-requisites
Depending on how the Action Agent is configured, the Snowflake account credentials used must either have insert permission for the relevant table or execute permission for the stored procedure.
Current Version
Request the Snowflake Listener v1.02 (Last Update: 02 Sep 2025)
Request the Snowflake Context Provider v1.03 (Last Update: 25 Sep 2025)
Request the Snowflake Action Agent v1.05 (Last Update: Last Update: 02 Sep 2025)
Listener Release Notes
1.02
02 Sep 2025
Support variables for the database and schema names to remove changes on import to a new environment.
Support key-pair authentication for improved security and usability.
1.01
27 Dec 2024
Repackaged to translate the Agent's properties.
1.00
17 May 2022
Initial Release.
Context Provider Release Notes
1.03
25 Sep 2025
Fix 'missing required setting' error when variables are used even when the Organization is entered.
1.02
02 Sep 2025
Support variables for the database and schema names to remove changes on import to a new environment.
Support key-pair authentication for improved security and usability.
1.01
27 Dec 2024
Repackaged to translate the Agent's properties.
1.00
17 May 2022
Initial Release.
Action Agent Release Notes
1.05
02 Sep 2025
Support variables for the database and schema names to remove changes on import to a new environment.
Support key-pair authentication for improved security and usability.
1.01
27 Dec 2024
Repackaged to translate the Agent's properties.
1.00
13 Jul 2022
Initial Release.
Last updated
Was this helpful?