cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

External Location not showing up

kjoudeh
Visitor

Hello, 

For some reason I am not able to see the external location that we have in our workspace. I am 100% sure that we have a lot that exist but some reason I am not able to see them, is there a reason why , am I missing something. I know other user are able to see it 

when I run this command it return with no rows (empty)

SHOW EXTERNAL LOCATIONS

 and I am not able to see the storage crendential.

SHOW STORAGE CREDENTIALS

return no rows 

Same thing with the UI (cant see credential or external location available )

Am I missing a step 

 

2 REPLIES 2

filipniziol
New Contributor III

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>`

 

 

Thanks you @filipniziol  really appreciate it

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group