• Docs
  • Recipes
  • Destinations
  • Snowflake

Snowflake Destination Plugin Recipes

Full spec options for the Snowflake destination plugin are available here.

Note: Make sure you use environment variable expansion in production instead of committing the credentials to the configuration file directly.

Basic

kind: destination
spec:
  name: snowflake
  path: cloudquery/snowflake
  version: "v1.0.2"
  spec:
    connection_string: ${SNOWFLAKE_CONNECTION_STRING}
Last updated on November 29, 2022