Commit 13b7260
authored
bundle: add experimental.use_deployment_metadata_service flag (#5393)
Adds an experimental opt-in for the deployment metadata service (DMS),
which records deployment history and tracks what changed across
deployments.
```yaml
# databricks.yml
experimental:
use_deployment_metadata_service: true
```
Foundation flag with no consumers yet — lock impl, state read, and
operation reporting follow separately.1 parent 85f3160 commit 13b7260
3 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments