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: 

Not able to read data from Delta External table in catalog

bohemiaRDX
New Contributor

bohemiaRDX_0-1738733317354.png

spark.conf.set(
    "fs.azure.account.key.sa02flexflowinpp01prod.dfs.core.windows.net",
    dbutils.secrets.get(scope="OpenScope", key="sa02StorageAccessKey")
 
I created an external table using this configuration I am able to query the data only when I run the above configuration. Also I am not able to see the sample data in catalog
    )
1 ACCEPTED SOLUTION

Accepted Solutions

Ayushi_Suthar
Databricks Employee
Databricks Employee

Hi @bohemiaRDX , Greetings! 

Generally, this error would occur if the path is not added as an external location with storage credentials. Here the cluster could be trying to access the storage which doesn’t have UC storage credentials set nor any non UC access mechanisms like access keys/service principal setup and eventually failing with the given error.

What’s Next:

Leave a like if this helps, followups are appreciated.
Kudos,

Ayushi

View solution in original post

1 REPLY 1

Ayushi_Suthar
Databricks Employee
Databricks Employee

Hi @bohemiaRDX , Greetings! 

Generally, this error would occur if the path is not added as an external location with storage credentials. Here the cluster could be trying to access the storage which doesn’t have UC storage credentials set nor any non UC access mechanisms like access keys/service principal setup and eventually failing with the given error.

What’s Next:

Leave a like if this helps, followups are appreciated.
Kudos,

Ayushi

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