-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Databricks CLI v0.232.0 databricks bundle deploy fails #1867
Comments
Thanks for reporting. We're working on a fix and patch release to address this. In the meantime, you can workaround the issue by prefixing your |
## Changes `/Workspace` prefix needs to be added to `resource_path` as well. Fixes the issue mentioned here: #1822 (comment) Fixes #1867 ## Tests Added regression test
GitHub auto-closed this issue because the fix is on the main branch. We're now working on getting it out as a patch release v0.232.1. |
Re-opening to keep this at the top of the issue list. |
Thanks for the quick response and fix! |
@sassai the patch release containing the fix (0.232.1) was just released, please give it a try |
@andrewnester I can confirm that it's working again as expected! Thanks again for the quick response and fix! |
Describe the issue
databricks bundle deploy -t dev
fails withError: Path (/Shared/bundle/<redacted>/dev/resources) doesn't exist.
With v0.231.0 the deployment was successful.
Steps to reproduce the behavior
/Shared/bundle/${bundle.name}/${bundle.target}
databricks databricks bundle deploy -t dev
Expected Behavior
Bundle deployment is successful with each target
Actual Behavior
Bundle deployment fails with error
databricks.yml
OS and CLI version
Databricks CLI v.0.232.0 (Linux and Windows)
Is this a regression?
Yes, with v.0.231.0 everything was fine
The text was updated successfully, but these errors were encountered: