dbx
dbx copied to clipboard
DBX Deploy not failing when internal error happens
Expected Behavior
While executing the "dbx deploy" command, there are some validation errors caused due to a misprinted character from my end. I expected my pipeline to fail but it skipped and continued the next process
How can we make sure it fails or raise some error when some error is caused while executing?
Steps to Reproduce (for bugs)
dbx deploy --deployment-file deployment.yml dbx launch "test-exp" --existing-runs wait --trace
Your Environment
Azure DevOps CI/CD, WIndows Agent, Power Shell Scripts
- dbx version used:0.8.7
- Databricks Runtime version:
hi @sasi143 , could you please provide the deployment.yml content (please make sure you've deleted sensitive data if any).