Describe the issue
I changed the bundle name in databricks.yml and it causes the deployment to fail
bundle:
name: myapp # changed to e.g. official_name
uuid: <Some UUID> # not changed
workspace:
root_path: /Workspace/Bundles/${bundle.name}/
Note: as a side effect this also would have changed the bundle upload directory. Possibly this is related?
--debug output shows terraform messages like "terraform exit code 1" followed by several messages like "there is already a {resource} named {X}".
I did not capture the exact terminal output.
Expected Behaviour
Databricks asset bundles should rely on the uuid, not the name,
(and the bundle upload directory should not matter?)
Actual Behavior
Deployment fails
OS and CLI version
Linux Debian Based devcontainer (docker/Windows)
Databricks CLI v0.288.0
Is this a regression?
unknown
Debug Logs
I am not able to re-test at the moment, I need things up and running