Hey guys,
I am trying to create a delta live table in Unity Catalog as follows:
CREATE OR REFRESH STREAMING LIVE TABLE <catalog>.<db>.<table_name> AS
SELECT ...
However, I get the error: org.apache.spark.sql.AnalysisException: Unsupported SQL statement for table Multipart table names is not supported.
Are DLTs not supported with Unity Catalog yet? Any idea if it is on the roadmap?