Skip to main content

Class: SnowflakeWarehouse

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

Snowflake Warehouse convenience wrapper. Creates or updates a Depot-managed Warehouse, or references an existing Warehouse

Constructors

Constructor

new SnowflakeWarehouse(): SnowflakeWarehouse

Returns

SnowflakeWarehouse

Methods

depotManaged()

static depotManaged(props): SnowflakeWarehouseManagedProps

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

A Depot-managed Snowflake Warehouse

Parameters

props

SnowflakeWarehouseProps

Returns

SnowflakeWarehouseManagedProps


existing()

static existing(warehouseName): SnowflakeWarehouseManagedProps

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

References a Snowflake Warehouse that is not under Depot-management

Parameters

warehouseName

string

Returns

SnowflakeWarehouseManagedProps