Snowflake is a multi-cloud data warehouse. Tenzir can send events from a pipeline to Snowflake databases.
Use the to_snowflake output operator
at the end of a pipeline to send events to a specific table.
Examples
Section titled “Examples”Send data to a Snowflake database
Section titled “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"