Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 11:54 AM - edited 10-03-2024 11:55 AM
Hi @kjoudeh ,
It is due to permissions.For external locations you would need to have BROWSE permissions:
https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/manage-privileges/p...
Ask the metastore admin or a workspace admin to grant you the necessary permission:
GRANT BROWSE ON EXTERNAL LOCATION <your external location> TO `<your user>`