<?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 Re: CREATE TABLE SHALLOW CLONE is not supported in Unity Catalog in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15316#M542</link>
    <description>&lt;P&gt;Can you please let us know if SHALLOW CLONE  is on the roadmap for UC?&lt;/P&gt;&lt;P&gt;We use shallow clones to update tables and not affect running workflows... &lt;/P&gt;</description>
    <pubDate>Wed, 22 Mar 2023 14:58:04 GMT</pubDate>
    <dc:creator>33799</dc:creator>
    <dc:date>2023-03-22T14:58:04Z</dc:date>
    <item>
      <title>CREATE TABLE SHALLOW CLONE is not supported in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15311#M537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to clone the structure (schema only) of delta table without the content using SHALLOW CLONE command, as recommended in databricks documentation, but it doesn't work. I get an error message that this command is not supported in Unity Catalog. However, DEEP CLONE does work well.&lt;/P&gt;&lt;P&gt;Please find below my code and he error message:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CREATE OR REPLACE TABLE facility_silver SHALLOW CLONE facility_bronze;
&amp;nbsp;
&amp;nbsp;
Error in SQL statement: AnalysisException: [UC_COMMAND_NOT_SUPPORTED] CREATE TABLE SHALLOW CLONE is not supported in Unity Catalog.;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Anything wrong with my code?&lt;/P&gt;&lt;P&gt;How to clone delta table schema without its content?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 19:57:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15311#M537</guid>
      <dc:creator>mohamad_atieh</dc:creator>
      <dc:date>2022-12-21T19:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE TABLE SHALLOW CLONE is not supported in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15312#M538</link>
      <description>&lt;P&gt;Hi @Mohamad Atieh​&amp;nbsp;I think UC doesn't not support SHALLOW CLONE yet.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 04:30:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15312#M538</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2022-12-22T04:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE TABLE SHALLOW CLONE is not supported in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15313#M539</link>
      <description>&lt;P&gt;Thank you for sharing your thinking. I'm for an explanation. Why it's not supported while Deep clone is supported?&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2023 07:54:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15313#M539</guid>
      <dc:creator>mohamad_atieh</dc:creator>
      <dc:date>2023-01-01T07:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE TABLE SHALLOW CLONE is not supported in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15314#M540</link>
      <description>&lt;P&gt;I agree. I'd love to know why/when we can get shallow clone back. I WAS running a dbt slim ci setup where on pull request we'd shallow clone the schema and run state:modified+ against the clone, reporting back success/fail to the PR. Can't really do this with UC.​&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 05:57:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15314#M540</guid>
      <dc:creator>Jfoxyyc</dc:creator>
      <dc:date>2023-01-06T05:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE TABLE SHALLOW CLONE is not supported in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15315#M541</link>
      <description>&lt;P&gt;I'm having the same. We use shallow clones in our development cycle, but with UC that's not possible which is a blocker&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 10:42:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15315#M541</guid>
      <dc:creator>RicaWage_64393</dc:creator>
      <dc:date>2023-01-13T10:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE TABLE SHALLOW CLONE is not supported in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15316#M542</link>
      <description>&lt;P&gt;Can you please let us know if SHALLOW CLONE  is on the roadmap for UC?&lt;/P&gt;&lt;P&gt;We use shallow clones to update tables and not affect running workflows... &lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 14:58:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15316#M542</guid>
      <dc:creator>33799</dc:creator>
      <dc:date>2023-03-22T14:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE TABLE SHALLOW CLONE is not supported in Unity Catalog</title>
      <link>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15317#M543</link>
      <description>&lt;P&gt;You can shallow clone the table to an external location after sync the result of the shallow clone to unity catalog. &lt;/P&gt;&lt;P&gt;Here is an example &lt;A href="https://medium.com/@wahidatoui/sync-delta-tables-stored-in-dbfs-managed-or-external-to-unity-catalog-1fe29a3ae61b" alt="https://medium.com/@wahidatoui/sync-delta-tables-stored-in-dbfs-managed-or-external-to-unity-catalog-1fe29a3ae61b" target="_blank"&gt;https://medium.com/@wahidatoui/sync-delta-tables-stored-in-dbfs-managed-or-external-to-unity-catalog-1fe29a3ae61b&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 21:39:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/create-table-shallow-clone-is-not-supported-in-unity-catalog/m-p/15317#M543</guid>
      <dc:creator>WAHID</dc:creator>
      <dc:date>2023-05-05T21:39:34Z</dc:date>
    </item>
  </channel>
</rss>

