Hello,
I can't seem to find up to date info on how to handle catalog.schema.table in DLT live table and Unity catalog.
My statement is the following and is failing with the error: Multipart table name is not supported. Any workaround possible?
Thanks a lot Pierre
create or replace streaming live table `prcatalog`.`dlt-bronze`.raw_traffic_dl2
TBLPROPERTIES( 'quality' = 'bronze')
as select *
from cloud_files(
'abfss://pr-dlt-landing@fsdlapidpoc.dfs.core.windows.net/raw_traffic',
'csv'
);