<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic DLT with Unity Catalog: Multipart table name in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dlt-with-unity-catalog-multipart-table-name/m-p/81504#M36335</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I can't seem to find up to date info on how to handle catalog.schema.table in DLT live table and Unity catalog.&lt;/P&gt;&lt;P&gt;My statement is the following and is failing with the error: Multipart table name is not supported. Any workaround possible?&lt;/P&gt;&lt;P&gt;Thanks a lot Pierre&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;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'
);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2024 14:04:17 GMT</pubDate>
    <dc:creator>Pierre1</dc:creator>
    <dc:date>2024-08-01T14:04:17Z</dc:date>
    <item>
      <title>DLT with Unity Catalog: Multipart table name</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-with-unity-catalog-multipart-table-name/m-p/81504#M36335</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I can't seem to find up to date info on how to handle catalog.schema.table in DLT live table and Unity catalog.&lt;/P&gt;&lt;P&gt;My statement is the following and is failing with the error: Multipart table name is not supported. Any workaround possible?&lt;/P&gt;&lt;P&gt;Thanks a lot Pierre&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;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'
);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 14:04:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-with-unity-catalog-multipart-table-name/m-p/81504#M36335</guid>
      <dc:creator>Pierre1</dc:creator>
      <dc:date>2024-08-01T14:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: DLT with Unity Catalog: Multipart table name</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-with-unity-catalog-multipart-table-name/m-p/81626#M36363</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/114469"&gt;@Pierre1&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Actually, you don't provide this infromation in the code. You specify this information when you create dlt pipeline.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;If you do not select a catalog and target schema for a pipeline, tables are not published to Unity Catalog and can only be accessed by queries in the same pipeline.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash_0-1722599160969.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10111iBBB9F0F3EBE8082F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Slash_0-1722599160969.png" alt="Slash_0-1722599160969.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For more information take a look on below documentation entry:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/delta-live-tables/unity-catalog#--write-tables-to-unity-catalog-from-a-delta-live-tables-pipeline" target="_blank"&gt;Use Unity Catalog with your Delta Live Tables pipelines - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 11:46:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-with-unity-catalog-multipart-table-name/m-p/81626#M36363</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-08-02T11:46:58Z</dc:date>
    </item>
  </channel>
</rss>

