Skip to main content

Interface: DatasetDescriptor

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:203

The identifier of a Dataset including its "old" and "new(current)" versions if they are known.

Properties

alias

readonly alias: string

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:211

The dataset name (alias)


id

readonly id: string

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:207

The dataset id within the environment


version

readonly version: VersionPair

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:216

The version hash of the dataset, including the "from" (old) and "to" (new/current) versions if they are different.