Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 12:18 AM
Hi @Anto23 ,
Greetings from Databricks.
Based on the above information, it seems Files in Workspace is currently disabled for your Databricks environment. This feature allows storing and accessing non-notebook files alongside your notebooks and code.
Fortunately, enabling Files in Workspace is simple. You can do this through the Databricks REST API:
https://docs.databricks.com/api/azure/workspace/workspaceconf/setstatus
- API endpoint: {{db-workspace-base-url}}/api/2.0/workspace-conf
- Method: PATCH
- Body:
JSON
{
"enableFilesInWorkspace": "true"
}
Best Regards,
Simran
Simran