Unable to load data in DLT tables from Federated data sources

Databricks-acn
Databricks Partner

I tried to run this query and failing to load the data .What do I need to do load from federated data sources using DLT if this is not correct

 

CREATE OR REPLACE LIVE TABLE bulkuploadhistory
COMMENT 'Table generated for bulkuploadhistory.'
TBLPROPERTIES ('quality' = 'bronze')
AS
SELECT * FROM `master_data_dev`.dbo.bulkuploadhistory

 

But I get the error below 

 

org.apache.spark.sql.AnalysisException: Unable to process statement for Table 'bulkuploadhistory'.
org.apache.spark.SparkException: [INTERNAL_ERROR] The Spark SQL phase analysis failed with an internal error. You hit a bug in Spark or the Spark plugins you use. Please, report this bug to the corresponding communities or vendors, and provide the full stack trace.
java.lang.AssertionError: assertion failed: Hive table should not be stored in Unity Catalog

 

 #DLT

#UC