Setting up Snowflake as a data source
We support multiple account identifier formats when connecting to Snowflake. An example account identifier is xy12345.us-east-2.aws
.
Self-Hosting
If you are self-hosting GrowthBook, you can send queries to Snowflake through an Authenticated Proxy.
To enable this, set a SNOWFLAKE_PROXY
environment variable in your GrowthBook container. Here is an example:
SNOWFLAKE_PROXY=http://username:password@proxyserver.company.com:80
Enabling Data Pipeline Mode (Enterprise)
Enterprise customers can enable pipeline mode, which can reduce query costs if you grant the GrowthBook service account write permissions in your data warehouse.