databrickslabs / dbx

🧱 Databricks CLI eXtensions - aka dbx is a CLI tool for development and advanced Databricks workflows management.
https://dbx.readthedocs.io
Other
441 stars 120 forks source link

DBX Deploy not failing when internal error happens #644

Open sasi143 opened 1 year ago

sasi143 commented 1 year ago

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

image

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

renardeinside commented 1 year ago

hi @sasi143 , could you please provide the deployment.yml content (please make sure you've deleted sensitive data if any).