Interface: SnowflakeExecutorProps
Defined in: packages/depot-cdk/src/stage-depot-executor.ts:89
Snowflake Executor and Warehouse configuration
Extends
ExecutorProps
Properties
credentials
readonlycredentials:SnowflakeCredentials
Defined in: packages/depot-cdk/src/stage-depot-executor.ts:91
Connection details used for snowflake queries
deploymentGroup?
readonlyoptionaldeploymentGroup?:boolean
Defined in: packages/depot-cdk/src/stage-depot-executor.ts:50
Use a Deployment Group
Inherited from
ExecutorProps.deploymentGroup
environment
readonlyenvironment:IStageDepotEnvironment| {accountId:string;environmentId:string; }
Defined in: packages/depot-cdk/src/stage-depot-common.ts:10
The Depot environment construct resource or reference to the AWS account ID and Depot Environment ID.
Inherited from
ExecutorProps.environment
name
readonlyname:string
Defined in: packages/depot-cdk/src/stage-depot-common.ts:20
A name or alias for the resource. Must be unique across the environment.
Inherited from
ExecutorProps.name
warehouse
readonlywarehouse:SnowflakeWarehouseManagedProps
Defined in: packages/depot-cdk/src/stage-depot-executor.ts:95
The Snowflake warehouse properties configuration. Use SnowflakeWarehouse.existing and SnowflakeWarehouse.depotManaged functions for convenience.