You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not use app config section in test templates and generated app configuration (#2599)
## Changes
Do not use app config section in test templates and generated app
configuration
## Why
We're suggesting to use `app.yml` files in app root instead of `config`
section for apps
## Tests
Existing test pass
```
go test ./integration/bundle/ -update -run "TestDeployBundleWithApp"
ok github.com/databricks/cli/integration/bundle 402.649s
```
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
### CLI
11
11
12
12
### Bundles
13
+
* Do not use app config section in test templates and generated app configuration ([#2599](https://github.com/databricks/cli/pull/2599))
13
14
* Do not exit early when checking incompatible tasks for specified DBR ([#2692](https://github.com/databricks/cli/pull/2692))
14
15
* Removed include/exclude flags support from bundle sync command ([#2718](https://github.com/databricks/cli/pull/2718))
15
16
* Do not clean up Python artifacts dist and build folder in "bundle validate", do it in "bundle deploy". This reverts the behaviour introduced in 0.245.0 ([#2722](https://github.com/databricks/cli/pull/2722))
0 commit comments