- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 05:02 AM
We are currently working on Databricks DLT tables to transform data from bronze to silver. we are specifically instructed us not to use mount paths for accessing data from ADLS Gen 2. To comply, I configured storage credentials and created an external location, which allows us to access data from ADLS in any notebook using ABFSS URLs—this setup is working as expected.
Initially, we created DLT tables using the Unity Catalog method without any issues. However, we later learned that Unity Catalog cannot be used in production, prompting us to switch to the Hive Metastore. Unfortunately, while configuring DLT with Hive Metastore, we encountered an error asking us to configure the storage account key and token.
We are puzzled as to why our workspace can access data without issues, yet the DLT Hive Metastore approach is failing to do so. Given that we are strictly prohibited from creating mount points or configuring SAS tokens and storage keys, any suggestions or solutions would be greatly appreciated.
Error - '
- Labels:
-
Delta Lake
-
Workflows
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 05:40 AM - edited 07-25-2024 05:42 AM
Hi @yvishal519 ,
Since you're using hive metastore you have no other option than mount points. Storage credentials and external locations are only supported in Unity Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 05:40 AM - edited 07-25-2024 05:42 AM
Hi @yvishal519 ,
Since you're using hive metastore you have no other option than mount points. Storage credentials and external locations are only supported in Unity Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 05:56 AM
Thank you for your quick responses! Could you please share any documentation that mentions that storage credentials and external locations are only supported in Unity Catalog?

