Skip to content

Commit bcf3c04

Browse files
authored
Move direct deployment engine to public preview (#4888)
## Changes - Move the direct deployment engine status from "experimental" to "public preview". - Remove the experimental warning from `databricks bundle deployment migrate` command. - Update `docs/direct.md` status line. ## Why The direct deployment engine has matured enough for public preview. Removing the experimental warnings reflects this and encourages broader adoption beyond development-only targets.
1 parent 46c47fe commit bcf3c04

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Release v0.296.0
44

55
### Notable Changes
6+
* Direct deployment engine for DABs is now in Public Preview. Documentation at [docs/direct.md](docs/direct.md).
67

78
### CLI
89
* Auth commands now error when --profile and --host conflict ([#4841](https://github.com/databricks/cli/pull/4841))

acceptance/bundle/help/bundle-deployment-migrate/output.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ lineage and incremented serial number.
88
Note, the migration is performed locally only. To finalize it, run 'bundle deploy'. This will synchronize the state file
99
to the workspace so that subsequent deploys of this bundle use direct deployment engine as well.
1010

11-
WARNING: Both direct deployment engine and this command are experimental and not recommended for production targets yet.
12-
1311
Usage:
1412
databricks bundle deployment migrate [flags]
1513

cmd/bundle/deployment/migrate.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ lineage and incremented serial number.
133133
134134
Note, the migration is performed locally only. To finalize it, run 'bundle deploy'. This will synchronize the state file
135135
to the workspace so that subsequent deploys of this bundle use direct deployment engine as well.
136-
137-
WARNING: Both direct deployment engine and this command are experimental and not recommended for production targets yet.
138136
`,
139137
Args: root.NoArgs,
140138
}

docs/direct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Status
22

3-
Status: experimental, only recommended for development targets or evaluation, not for production use.
3+
Status: Public Preview.
44
Known issues: https://github.com/databricks/cli/issues?q=state%3Aopen%20label%3Aengine%2Fdirect
55

66
## Reporting bugs

0 commit comments

Comments
 (0)