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-...