Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bundle/config/experimental.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ type Experimental struct {
// at which point we can deprecate or remove this field all together.
SkipNamePrefixForSchema bool `json:"skip_name_prefix_for_schema,omitempty"`

// UseDeploymentMetadataService opts the bundle into the deployment metadata
// RecordDeploymentHistory opts the bundle into the deployment metadata
// service (DMS), which records deployment history and tracks what changed
// across deployments.
UseDeploymentMetadataService bool `json:"use_deployment_metadata_service,omitempty"`
RecordDeploymentHistory bool `json:"record_deployment_history,omitempty"`
}

type Python struct {
Expand Down
6 changes: 3 additions & 3 deletions bundle/internal/schema/annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ github.com/databricks/cli/bundle/config.Experimental:
"python_wheel_wrapper":
"description": |-
Whether to use a Python wheel wrapper.
"record_deployment_history":
"description": |-
Whether to record deployment history using the deployment metadata service (DMS), which tracks what changed across deployments.
"scripts":
"description": |-
The commands to run.
Expand All @@ -85,9 +88,6 @@ github.com/databricks/cli/bundle/config.Experimental:
"description": |-
Skip adding the prefix that is either set in `presets.name_prefix` or computed when `mode: development`
is set, to the names of UC schemas defined in the bundle.
"use_deployment_metadata_service":
"description": |-
Whether to use the deployment metadata service (DMS), which records deployment history and tracks what changed across deployments.
"use_legacy_run_as":
"description": |-
Whether to use the legacy run_as behavior.
Expand Down
8 changes: 4 additions & 4 deletions bundle/schema/jsonschema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading