databricks-cli/bundle/artifacts
Lennart Kats (databricks) 875c9d2db1
Tune output of bundle deploy command (#1047)
## Changes

Update the output of the `deploy` command to be more concise and
consistent:
```
$ databricks bundle deploy
Building my_project...
Uploading my_project-0.0.1+20231207.205106-py3-none-any.whl...
Uploading bundle files to /Users/lennart.kats@databricks.com/.bundle/my_project/dev/files...
Deploying resources...
Updating deployment state...
Deployment complete!
```

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:

```
$ databricks bundle deploy
Detecting Python wheel project...
Found Python wheel project at /tmp/output/my_project
Building my_project...
Build succeeded
Uploading my_project-0.0.1+20231207.205134-py3-none-any.whl...
Upload succeeded
Starting upload of bundle files
Uploaded bundle files at /Users/lennart.kats@databricks.com/.bundle/my_project/dev/files!

Starting resource deployment
Resource deployment completed!
```
2023-12-21 08:00:37 +00:00
..
whl Tune output of bundle deploy command (#1047) 2023-12-21 08:00:37 +00:00
all.go Upgraded Go version to 1.21 (#664) 2023-08-15 13:50:40 +00:00
artifacts.go Tune output of bundle deploy command (#1047) 2023-12-21 08:00:37 +00:00
autodetect.go Allow referencing local Python wheels without artifacts section defined (#703) 2023-08-28 16:29:04 +00:00
build.go Auto detect Python wheel packages and infer build command (#603) 2023-07-26 10:07:26 +00:00
infer.go Allow referencing local Python wheels without artifacts section defined (#703) 2023-08-28 16:29:04 +00:00
upload.go Added support for artifacts building for bundles (#583) 2023-07-25 13:35:08 +02:00