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
Fix "bundle summary" to not lose warning messages (#3123)
## Changes
- Merge rendering logic of "bundle validate" and "bundle summary" into
one function.
- Now "bundle summary" logs all warning diagnostics to stderr like
"bundle validate" does.
## Why
Not rendering warnings is a bug IMO. These are not just validation
issues but could be real issues that are only related to summary and
don't show up in "bundle validate".
This is not the first time "bundle summary" differs from "bundle
validate" (#2990) so in this PR I
go beyond fixing and merge two code paths.
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,5 +10,6 @@
10
10
* Fixed an issue where running `databricks auth login` would remove the `cluster_id` field from profiles in `.databrickscfg`. The login process now preserves the `cluster_id` field. ([#2988](https://github.com/databricks/cli/pull/2988))
11
11
12
12
### Bundles
13
+
- "bundle summary" now prints diagnostic warnings to stderr ([#3123](https://github.com/databricks/cli/pull/3123))
0 commit comments