Add Raw Tabless to Unity Catalog?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 02:48 PM
Hello everyone,
Hope someone here can help me out as I am a bit stuck 🙂
I am currently loading some data from number of sources to parquet using ADF. This ends up in a ADLS2 storage account as .parquet. This is the staging / landing zone area.
From there I am using a databricks notebook to move it from staging to bronze while converting to delta.
What I am trying to do is add those tables using the autoloader so that I can "get it into the catalog" and refer to it in dbt when working from bronze, to silver to gold. I can browse fine, but the moment I try to preview there is an issue.
The error I get is:
And after that I can't get any further because I can't preview the table to add it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 11:25 PM
Thank you for your response @Retired_mod .
I resolved to adding the tables using this type of script:

