Skip to main content

Interface: SnowflakeExecutorProps

Defined in: packages/depot-cdk/src/stage-depot-executor.ts:89

Snowflake Executor and Warehouse configuration

Extends

  • ExecutorProps

Properties

credentials

readonly credentials: SnowflakeCredentials

Defined in: packages/depot-cdk/src/stage-depot-executor.ts:91

Connection details used for snowflake queries


deploymentGroup?

readonly optional deploymentGroup?: boolean

Defined in: packages/depot-cdk/src/stage-depot-executor.ts:50

Use a Deployment Group

Inherited from

ExecutorProps.deploymentGroup


environment

readonly environment: 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

readonly name: 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

readonly warehouse: 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.