- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2025 09:48 AM
Hi
I am trying to configure Databricks Asset Bundle, but got error on deployment
Databricks bundle init ----------- OK
Databricks bundle validate ----- OK
Databricks bundle deploy ------ Fail
error :
PS C:\Databricks_DABs\DABs_Init\DABS_Init> databricks bundle deploy
Uploading bundle files to /Workspace/Users/workEmail@cc/.bundle/DABS_Init/dev/files...
Error: Operation not supported because Files in Workspace is disabled. Please refresh the page if applicable
databricks.yml
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 06:37 AM
Hello @Miloud_G!
The error indicates that file operations in your workspace are currently disabled. Contact your workspace administrator to check if the Workspace Files feature can be turned on.
For more information, you can refer to the official documentation:
- Requirements
- Enable workspace files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 06:07 AM
Thank you Advila
I was enable to enable worspace files with scrip :
%sh
curl -s -X PATCH -H "Authorization: Bearer $DATABRICKS_TOKEN" $DATABRICKS_INSTANCE/api/2.0/workspace-conf -d '{ "enableWorkspaceFilesystem": "true" }'