-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tune output of bundle deploy command #1047
Merged
lennartkats-db
merged 10 commits into
databricks:main
from
lennartkats-db:consistent-output
Dec 21, 2023
Merged
Tune output of bundle deploy command #1047
lennartkats-db
merged 10 commits into
databricks:main
from
lennartkats-db:consistent-output
Dec 21, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pietern
reviewed
Dec 15, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reverts commit 984188d.
…o consistent-output
pietern
reviewed
Dec 18, 2023
pietern
approved these changes
Dec 19, 2023
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 21, 2023
CLI: * Upgrade Go SDK to 0.27.0 ([#1064](#1064)). * Skip profile resolution if `DATABRICKS_AUTH_TYPE` is set ([#1068](#1068)). * Do not allow input prompts in Git Bash terminal ([#1069](#1069)). * Added output template for list-secrets command ([#1074](#1074)). Bundles: * Set metadata fields required to enable break-glass UI for jobs ([#880](#880)). * Do not prompt for template values in Git Bash ([#1082](#1082)). * Tune output of bundle deploy command ([#1047](#1047)). API Changes: * Changed `databricks connections update` command with new required argument order. * Changed `databricks serving-endpoints update-config` command with new required argument order. * Added `databricks serving-endpoints put` command. * Removed `databricks account network-policy` command group. OpenAPI commit 63caa3cb0c05045e81d3dcf2451fa990d8670f36 (2023-12-12) Dependency updates: * Bump github.com/google/uuid from 1.4.0 to 1.5.0 ([#1073](#1073)). * Bump golang.org/x/crypto from 0.16.0 to 0.17.0 ([#1076](#1076)).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Update the output of the
deploy
command to be more concise and consistent:This does away with the intermediate success messages, makes consistent use of
...
, and only prints the success message at the very end after everything is completed.Below is the original output for comparison: