Check the initialization parameters you can use to customize SnowflakeExecutor.
Init Parameters
These are the parameters you can set for SnowflakeExecutor when configuring your pipeline:
Parameter | Type | Possible values | Description |
---|---|---|---|
user | String | User's Snowflake login. Required. | |
account | String | Snowflake account identifier. Required. | |
api_key | Secret | Default: Secret.from_env_var("SNOWFLAKE_API_KEY") | Snowflake account password. Required. |
database | String | Default: None | Name of the database to use. Optional. |
db_schema | String | Default: None | Name of the schema to use. Optional. |
warehouse | String | Default: None | Name of the warehouse to use. Optional. |
login_timeout | Integer | Default: 60 | Timeout in seconds for login. The default is 60 seconds. Optional. |