Not able to read data from Delta External table in catalog

bohemiaRDX
New Contributor II

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
    )