Public dbfs root is disabled ,Access is denied on path
Hi Team,I am using Databricks free edition to run some jobs on environment but I am getting error like : Public DBFS root is disabled. Access is denied on path: /FileStore/tables/So how can i get access for this location, could anyone help me here.
- 10334 Views
- 16 replies
- 14 kudos
Latest Reply
DBFS is disabled in your Databricks workspace, that usually means you’re in a Unity Catalog–enabled environment. In UC-enabled workspaces, direct access to dbfs:/ is restricted.Instead you must use external locations or volumes registered in Unity C...
- 14 kudos