You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some .dbc files inside the /src/ path. The deployment works fine the first time, but if I remove or rename those files and deploy again, they are not removed from the Databricks workspace.
Configuration
N/A
Steps to reproduce the behavior
Run databricks bundle deploy with a .dbc file inside /src/ path.
Remove the .dbc file locally.
Run databricks bundle deploy .
Check bundle workspace folder if the .dbc file exists.
Expected Behavior
The file should be removed or renamed.
Actual Behavior
The file it is not removed from the workspace path
Describe the issue
I have some .dbc files inside the /src/ path. The deployment works fine the first time, but if I remove or rename those files and deploy again, they are not removed from the Databricks workspace.
Configuration
N/A
Steps to reproduce the behavior
databricks bundle deploy
with a .dbc file inside /src/ path.databricks bundle deploy
.Expected Behavior
The file should be removed or renamed.
Actual Behavior
The file it is not removed from the workspace path
OS and CLI version
OS: Windows 11
Databricks CLI: v0.252.0
Is this a regression?
I do not know
Debug Logs
< "error_code": "RESOURCE_DOES_NOT_EXIST",
< "message": "Path (/Workspace/.bundle/dab/feature/de-338367/files/src/notebooks/... (84 more bytes)"
< } pid=4960 mutator=files.Upload sdk=true
13:37:25 Debug: non-retriable error: Path (/Workspace/.bundle/dab/feature/de-338367/files/src/notebooks/aaaa/xxxx/yyyy/zzzzz/test.dbc) doesn't exist. pid=4960 mutator=files.Upload sdk=true
13:37:29 Debug: POST /api/2.0/workspace-files/import-file/Workspace/.bundle/dab/feature/de-338367/files/src/notebooks/aaaa/xxxx/yyyy/zzzzz/test_2.dbc?overwrite=true
The text was updated successfully, but these errors were encountered: