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.
Any input or thoughts would be great and thanks for any responses!