Skip to content

Snowflake

Snowflake is a multi-cloud data warehouse. Tenzir can send events from a pipeline to Snowflake databases.

DatabaseSchemasADBCTableTable

Use the to_snowflake output operator at the end of a pipeline to send events to a specific table.

Examples

Send data to a Snowflake database

from {foo: 42, bar: true}
to_snowflake \
account_identifier="asldyuf-xgb47555",
user_name="tenzir_user",
password="password1234",
database="MY_DB",
schema="MY_SCHEMA",
table="TENZIR"