Configure your connection to a Snowflake database.
YAML Init Parameters
Parameter | Type | Possible values | Description |
---|---|---|---|
user | String | Snowflake user login. Required. | |
account | String | Snowflake account identifier. Required. | |
database | String | Name of the database to use. Required. | |
db_schema | String | Name of the schema to use. Required. | |
api_key | String | Default: None | Snowflake account password. We recommend you set it on the Connections page in deepset Cloud. Optional. |
warehouse | String | Default: None | Name of the warehouse to use. Optional. |
login_timeout | Integer | Default: 60 | Timeout in seconds for login. By default, 60 seconds. Optional. |