Interface: StageDepotDatasetMigrationOptions
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:178
Properties
disabled?
readonlyoptionaldisabled?:boolean
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:183
Whether migrations shall be disabled entirely for this dataset
Default
false
migrateMaterializedViews?
readonlyoptionalmigrateMaterializedViews?:boolean
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:187
Whether to migrate materialized views or not.
Default
false
migrationMode?
readonlyoptionalmigrationMode?:StageDepotDatasetMigrationMode
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:189
triggerSeeding?
readonlyoptionaltriggerSeeding?: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