cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to load data in DLT tables from Federated data sources

Databricks-acn
New Contributor II

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

2 REPLIES 2

Databricks-acn
New Contributor II

When will be the Unity catalogue will be generally available for production workloads in DLT. I can currently see its in preview while trying to create the pipeline

Databricks-acn
New Contributor II

Considering the databricks release cycles , is there any tenative dates that I can be aware of so that I can plan for my production releases

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group