Skip to main content

Interface: StageDepotDatasetMigrationOptions

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:178

Properties

disabled?

readonly optional disabled?: boolean

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:183

Whether migrations shall be disabled entirely for this dataset

Default

false

migrateMaterializedViews?

readonly optional migrateMaterializedViews?: boolean

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:187

Whether to migrate materialized views or not.

Default

false

migrationMode?

readonly optional migrationMode?: StageDepotDatasetMigrationMode

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:189


triggerSeeding?

readonly optional triggerSeeding?: boolean

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:198

Whether Depot should schedule the execution of seeding after migration has taken place (as part of the deployment process) (true), or let the caller do it themselves (false)

Default

false