Documentation on the "test" capabilities in a DAB?

EWhitley
Databricks Partner

I see there’s a “test” capability within a DAB, but I’d like to know more about how this should/could be used. Does anyone know of any documentation or examples which might provide insights into its intended use?

Allia
Databricks Employee
Databricks Employee

Hi @EWhitley 

 

 You can check and validate whether the Asset Bundle configuration is valid or not by using the below command

 

databricks bundle validate

 

If a JSON representation of the bundle configuration is returned, then the validation succeeded. If any errors are returned, fix the errors, and then repeat this step.

 

Please check below detailed documentation

 

https://docs.databricks.com/en/workflows/jobs/how-to/use-bundles-with-jobs.html#step-4-validate-the-...

 

Alliak