<?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: CLONE not supported on delta table with Liquid Clustering in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/clone-not-supported-on-delta-table-with-liquid-clustering/m-p/54887#M30190</link>
    <description>&lt;P&gt;Thanks Kaniz for your reply. I was able to get it make it work using runtime 14.0.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2023 23:15:35 GMT</pubDate>
    <dc:creator>seydouHR</dc:creator>
    <dc:date>2023-12-07T23:15:35Z</dc:date>
    <item>
      <title>CLONE not supported on delta table with Liquid Clustering</title>
      <link>https://community.databricks.com/t5/data-engineering/clone-not-supported-on-delta-table-with-liquid-clustering/m-p/54692#M30146</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;We are building a data warehouse on Unity Catalog and we use the SHALLOW CLONE command to allow folks to spin up their own dev environments by light copying the prod tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also started using Liquid Clustering on our feature tables, though we are running into an error when trying to shallow clone these tables. It seems CLONE command is not allowed for tables that have been liquid clustered.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We'd like to know if this was a temporary restriction / is it in the roadmap at some point in the future to allow a cloning operations on tables that have been liquid clustered ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception :&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="python"&gt;UnsupportedOperationException: CLONE is not supported for Delta table with Liquid clustering.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Runtime : 13.3&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Seydou&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 22:40:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/clone-not-supported-on-delta-table-with-liquid-clustering/m-p/54692#M30146</guid>
      <dc:creator>seydouHR</dc:creator>
      <dc:date>2023-12-05T22:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: CLONE not supported on delta table with Liquid Clustering</title>
      <link>https://community.databricks.com/t5/data-engineering/clone-not-supported-on-delta-table-with-liquid-clustering/m-p/54887#M30190</link>
      <description>&lt;P&gt;Thanks Kaniz for your reply. I was able to get it make it work using runtime 14.0.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 23:15:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/clone-not-supported-on-delta-table-with-liquid-clustering/m-p/54887#M30190</guid>
      <dc:creator>seydouHR</dc:creator>
      <dc:date>2023-12-07T23:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: CLONE not supported on delta table with Liquid Clustering</title>
      <link>https://community.databricks.com/t5/data-engineering/clone-not-supported-on-delta-table-with-liquid-clustering/m-p/62495#M31979</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/95723"&gt;@seydouHR&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;where you able to shallow clone or deep clone the liquid clustering table in runtime 14.0?&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 03:48:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/clone-not-supported-on-delta-table-with-liquid-clustering/m-p/62495#M31979</guid>
      <dc:creator>Wolfoflag</dc:creator>
      <dc:date>2024-03-03T03:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: CLONE not supported on delta table with Liquid Clustering</title>
      <link>https://community.databricks.com/t5/data-engineering/clone-not-supported-on-delta-table-with-liquid-clustering/m-p/62512#M31982</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/101567"&gt;@Wolfoflag&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yes, whithin Databricks I was able to shallow clone using runtime 14.0.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also, outside Databricks, it worked when using the databricks sdk with a SQL Warehouse of version 2023.50 or above.&lt;/P&gt;&lt;P&gt;Example with the sdk:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WORKSPACE_CLIENT.statement_execution.execute_statement(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;warehouse_id&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;sql_warehouse_id, &lt;/SPAN&gt;&lt;SPAN&gt;statement&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;statement&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Where&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;sql_warehouse_id&lt;/EM&gt; is the id of your sql warehouse and&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;your &lt;EM&gt;statement&lt;/EM&gt; could be something like :&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"CREATE OR REPLACE TABLE &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;target_table_full_name&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt; SHALLOW CLONE &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;source_table_full_name&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;WORKSPACE_CLIENT is the workspace client from databricks sdk (&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;i.e from&lt;/SPAN&gt;&lt;SPAN&gt; databricks.sdk &lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; WorkspaceClient&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 03 Mar 2024 13:46:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/clone-not-supported-on-delta-table-with-liquid-clustering/m-p/62512#M31982</guid>
      <dc:creator>seydouHR</dc:creator>
      <dc:date>2024-03-03T13:46:27Z</dc:date>
    </item>
  </channel>
</rss>

