<?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 Not able to create table shallow clone on DBR 15.0 in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-table-shallow-clone-on-dbr-15-0/m-p/66068#M33006</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm getting below error when I'm trying to create table shallow clone on my DBR&amp;nbsp;&lt;SPAN&gt;15.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[CANNOT_SHALLOW_CLONE_NON_UC_MANAGED_TABLE_AS_SOURCE_OR_TARGET] Shallow clone is only supported for the MANAGED table type. The table xxx_clone is not MANAGED table. SQLSTATE: 0AKUC&lt;/P&gt;&lt;P&gt;In documentation&amp;nbsp; &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/delta/clone-unity-catalog" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/delta/clone-unity-catalog&lt;/A&gt;&amp;nbsp;is:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Shallow clone support for Unity Catalog external table is in Public Preview in Databricks Runtime 14.2 and above."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is something require to enable this feature on my DBR/Unit Catalog ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;Czeslaw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 12:17:35 GMT</pubDate>
    <dc:creator>cszczotka</dc:creator>
    <dc:date>2024-04-11T12:17:35Z</dc:date>
    <item>
      <title>Not able to create table shallow clone on DBR 15.0</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-table-shallow-clone-on-dbr-15-0/m-p/66068#M33006</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm getting below error when I'm trying to create table shallow clone on my DBR&amp;nbsp;&lt;SPAN&gt;15.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[CANNOT_SHALLOW_CLONE_NON_UC_MANAGED_TABLE_AS_SOURCE_OR_TARGET] Shallow clone is only supported for the MANAGED table type. The table xxx_clone is not MANAGED table. SQLSTATE: 0AKUC&lt;/P&gt;&lt;P&gt;In documentation&amp;nbsp; &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/delta/clone-unity-catalog" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/delta/clone-unity-catalog&lt;/A&gt;&amp;nbsp;is:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Shallow clone support for Unity Catalog external table is in Public Preview in Databricks Runtime 14.2 and above."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is something require to enable this feature on my DBR/Unit Catalog ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;Czeslaw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 12:17:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-create-table-shallow-clone-on-dbr-15-0/m-p/66068#M33006</guid>
      <dc:creator>cszczotka</dc:creator>
      <dc:date>2024-04-11T12:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to create table shallow clone on DBR 15.0</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-table-shallow-clone-on-dbr-15-0/m-p/66074#M33008</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/103489"&gt;@cszczotka&lt;/a&gt;&amp;nbsp;- you can perform shallow clone from an UC external table to an external table (or) from an UC managed table to a managed table. If we try to perform shallow clone from an UC external to a managed table or vice versa. The error is thrown.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 14:34:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-create-table-shallow-clone-on-dbr-15-0/m-p/66074#M33008</guid>
      <dc:creator>shan_chandra</dc:creator>
      <dc:date>2024-04-11T14:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to create table shallow clone on DBR 15.0</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-table-shallow-clone-on-dbr-15-0/m-p/66126#M33025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Source table is external table in UC and&amp;nbsp; result table should be also external. I'm running such command&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CREATE&lt;/SPAN&gt; &lt;SPAN&gt;TABLE&lt;/SPAN&gt; &lt;SPAN&gt;target_catalog&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;target_schema&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;table_clone&lt;/SPAN&gt;&lt;SPAN&gt; SHALLOW CLONE source_catalog.source_schema.source_table&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;but this for some reason doesn't work on my databricks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 12:00:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-create-table-shallow-clone-on-dbr-15-0/m-p/66126#M33025</guid>
      <dc:creator>cszczotka</dc:creator>
      <dc:date>2024-04-12T12:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to create table shallow clone on DBR 15.0</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-table-shallow-clone-on-dbr-15-0/m-p/66137#M33027</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It works if is specified location for table clone:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CREATE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;TABLE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;target_catalog&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;target_schema&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;table_clone&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;SHALLOW CLONE source_catalog.source_schema.source_table LOCATION&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'abfss://.../table_clone'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;After running this command I'm able to see table in UC with&amp;nbsp;Type EXTERNAL_SHALLOW_CLONE.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Apr 2024 12:38:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-create-table-shallow-clone-on-dbr-15-0/m-p/66137#M33027</guid>
      <dc:creator>cszczotka</dc:creator>
      <dc:date>2024-04-12T12:38:09Z</dc:date>
    </item>
  </channel>
</rss>

