databricks-cli/bundle/run
shreyas-goenka 4ac2e33def
Throw error when job run is skipped due to max_concurrent_runs (#257)
Tested manually:

Before we did not have get any errors/logs and silently failed in this
case

```
shreyas.goenka@THW32HFW6T job-output % bricks bundle run foo
Error: run skipped: Skipping this run because the limit of 1 maximum concurrent runs has been reached.
```
2023-03-21 13:17:15 +01:00
..
job.go Throw error when job run is skipped due to max_concurrent_runs (#257) 2023-03-21 13:17:15 +01: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 Define flags for running jobs and pipelines (#146) 2022-12-23 15:17:16 +01:00
pipeline.go Use new logger throughout codebase (#256) 2023-03-17 15:17:31 +01:00
runner.go Define flags for running jobs and pipelines (#146) 2022-12-23 15:17:16 +01:00
runner_test.go Run command must always take a single argument (#156) 2022-12-22 16:19:38 +01:00