Snowflake
Connect to Snowflake data warehouses.
Connection Properties
| Property | Description |
|---|---|
| Account | Your Snowflake account identifier. Include the region: account.region.snowflakecomputing.com. |
| Warehouse | The warehouse to use for queries. |
| Database | The database name. |
| Schema | Default is PUBLIC. |
| Role | Optional. The Snowflake role to use. |
| Username | Snowflake username. |
| Password | Snowflake password. |
Authentication Methods
- Username/Password: The only supported method.
Tips
- The account identifier format varies by cloud provider. Check your Snowflake account URL.
- Make sure the specified warehouse is running (or set to auto-resume) before testing the connection.