SnowflakeExecutor Parameters

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:

ParameterTypePossible valuesDescription
userStringUser's Snowflake login.
Required.
accountStringSnowflake account identifier.
Required.
api_keySecretDefault: Secret.from_env_var("SNOWFLAKE_API_KEY")Snowflake account password.
Required.
databaseString Default: NoneName of the database to use.
Optional.
db_schemaStringDefault: NoneName of the schema to use.
Optional.
warehouseString Default: NoneName of the warehouse to use.
Optional.
login_timeoutInteger Default: 60Timeout in seconds for login. The default is 60 seconds.
Optional.