Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2025 09:33 PM
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
)