Setup
Get your Snowflake credentials
You’ll need:
- Account identifier (e.g.,
abc12345.us-east-1) - Warehouse name
- Database and schema
- Username and password (or key pair)
Add secrets
Add the following secrets:
| Secret Name | Value |
|---|---|
SNOWFLAKE_ACCOUNT | Your account identifier |
SNOWFLAKE_WAREHOUSE | Warehouse name |
SNOWFLAKE_DATABASE | Database name |
SNOWFLAKE_SCHEMA | Schema name |
SNOWFLAKE_USER | Username |
SNOWFLAKE_PASSWORD | Password |
For key pair authentication, use
SNOWFLAKE_PRIVATE_KEY instead of SNOWFLAKE_PASSWORD.Security
- Credentials are encrypted at rest with AES-256
- We recommend using a read-only Snowflake user
- Consider using a dedicated warehouse for Adapt queries
- All queries are logged for audit purposes