Skip to content

Snowflake

Snowflake connector allows querying Snowflake data warehouse.

Config Schema

FieldTypeRequiredDescription
accountstringyesSnowflake account identifier
databasestringyesDatabase name
userstringyesUsername
passwordstringyesPassword
warehousestringyesWarehouse to use for queries
schemastringyesSchema name
rolestringyesRole to assume

Config example:

account: myaccount # Your Snowflake account identifier
database: MYDB
user: myuser
password: secret
warehouse: COMPUTE_WH # Warehouse to use for queries
schema: PUBLIC # Schema name
role: ACCOUNTADMIN # Role to assume