Hi!
I am using bundles to deploy various workflows, and as part of a CI pipeline, I want to run integration tests. They are in notebooks that I deploy and run with databricks CLI bundle with Azure DevOps.
This allows me to run only one job at a time as the command takes only one argument (databricks bundle run --job_test_name)
This means that each job needs to run in sequence and is not really scalable. Is there any workaround so that we could basically do something like this, to run all jobs matching *-test?:
databricks bundle run *-test