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 |
---|---|---|---|
| String | User's Snowflake login. | |
| String | Snowflake account identifier. | |
| Secret | Default: | Snowflake account password. |
| String | Default: | Name of the database to use. |
| String | Default: | Name of the schema to use. |
| String | Default: | Name of the warehouse to use. |
| Integer | Default: | Timeout in seconds for login. The default is 60 seconds. |