databricks-cli/bundle/run
shreyas-goenka 3894d5796d
Add progress logging event for pipeline update URLs (#331)
## Changes
<!-- Summary of your changes that are easy to understand -->
Output now: 
```
shreyas.goenka@THW32HFW6T pipeline-progress % bricks bundle run foo
The update can be found at https://e2-dogfood.staging.cloud.databricks.com/#joblist/pipelines/1cc605db-daab-4218-b38a-a63030e3eb03/updates/f92f2159-1141-47de-b1e2-1ca854b7238f

2023-04-12T20:41:19.813Z update_progress INFO "Update f92f21 is INITIALIZING."
2023-04-12T20:41:19.841Z update_progress INFO "Update f92f21 is SETTING_UP_TABLES."
2023-04-12T20:41:21.270Z update_progress INFO "Update f92f21 is RUNNING."
2023-04-12T20:41:21.271Z flow_progress   INFO "Flow 'sales_orders_raw' is QUEUED."
2023-04-12T20:41:21.349Z flow_progress   INFO "Flow 'sales_orders_raw' is STARTING."
2023-04-12T20:41:21.480Z flow_progress   INFO "Flow 'sales_orders_raw' is RUNNING."
2023-04-12T20:41:23.493Z flow_progress   INFO "Flow 'sales_orders_raw' has COMPLETED."
2023-04-12T20:41:25.484Z update_progress INFO "Update f92f21 is COMPLETED."
```

## Tests
<!-- How is this tested? -->
2023-04-14 11:11:30 +02:00
..
pipeline Add progress logging event for pipeline update URLs (#331) 2023-04-14 11:11:30 +02:00
job.go Add bundle destroy command (#300) 2023-04-06 12:54:58 +02:00
job_output.go Fix output panic (#311) 2023-04-05 15:55:24 +02:00
job_output_test.go Add job run output logging (#260) 2023-03-21 16:25:18 +01:00
job_progress_event.go Add progress logs for job runs (#276) 2023-03-29 14:58:09 +02:00
job_progress_event_test.go Add progress logs for job runs (#276) 2023-03-29 14:58:09 +02:00
keys.go Complete positional argument to bundle run (#220) 2023-02-20 21:55:06 +01:00
keys_test.go Complete positional argument to bundle run (#220) 2023-02-20 21:55:06 +01:00
options.go Add progress logs for job runs (#276) 2023-03-29 14:58:09 +02:00
pipeline.go Add progress logging event for pipeline update URLs (#331) 2023-04-14 11:11:30 +02:00
runner.go Add progress logs for job runs (#276) 2023-03-29 14:58:09 +02:00
runner_test.go Run command must always take a single argument (#156) 2022-12-22 16:19:38 +01:00
task_output.go Add json tags to output fields (#269) 2023-03-21 18:38:11 +01:00
task_output_test.go Add job run output logging (#260) 2023-03-21 16:25:18 +01:00