<?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: Copy CDF enabled delta table from one location to another by retaining history in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/copy-cdf-enabled-delta-table-from-one-location-to-another-by/m-p/28186#M20009</link>
    <description>&lt;P&gt;@Rama Krishna N​&amp;nbsp;, According to the docs "A cloned table has an independent history from its source table.." are you trying to do use time travel? maybe the clone uses cases that we have in the docs might help to explain better &lt;A href="https://docs.databricks.com/delta/delta-utility.html#clone-use-cases" alt="https://docs.databricks.com/delta/delta-utility.html#clone-use-cases" target="_blank"&gt;https://docs.databricks.com/delta/delta-utility.html#clone-use-cases&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 19:16:17 GMT</pubDate>
    <dc:creator>jose_gonzalez</dc:creator>
    <dc:date>2022-04-25T19:16:17Z</dc:date>
    <item>
      <title>Copy CDF enabled delta table from one location to another by retaining history</title>
      <link>https://community.databricks.com/t5/data-engineering/copy-cdf-enabled-delta-table-from-one-location-to-another-by/m-p/28179#M20002</link>
      <description>&lt;P&gt;I am currently doing some use case testing. I have to CLONE delta table with  CDF enabled to a different S3 bucket.  Deep clone doesn't meet the requirement. So I tried to copy the files using dbutils.fs.cp, it is copying all the versions but the timestamp is getting changed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any work around to retain the timestamp as well while copying / migrating delta table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your valuable suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 08:35:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/copy-cdf-enabled-delta-table-from-one-location-to-another-by/m-p/28179#M20002</guid>
      <dc:creator>RKNutalapati</dc:creator>
      <dc:date>2022-02-15T08:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Copy CDF enabled delta table from one location to another by retaining history</title>
      <link>https://community.databricks.com/t5/data-engineering/copy-cdf-enabled-delta-table-from-one-location-to-another-by/m-p/28182#M20005</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​&amp;nbsp;, Thanks for your response, I am not using Azure. I am working on DataBricks AWS.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 10:20:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/copy-cdf-enabled-delta-table-from-one-location-to-another-by/m-p/28182#M20005</guid>
      <dc:creator>RKNutalapati</dc:creator>
      <dc:date>2022-02-23T10:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Copy CDF enabled delta table from one location to another by retaining history</title>
      <link>https://community.databricks.com/t5/data-engineering/copy-cdf-enabled-delta-table-from-one-location-to-another-by/m-p/28184#M20007</link>
      <description>&lt;P&gt;Hi @Rama Krishna N​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. Do you still need help? If you do, could you provide more details on your issue? &lt;/P&gt;&lt;P&gt;What type of cloning did you do? Shadow or deep clone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A cloned table has an independent history from its source table. Time travel queries on a cloned table will not work with the same inputs as they work on its source table. You can find more information here &lt;A href="https://docs.databricks.com/delta/delta-utility.html#clone-delta-table" target="test_blank"&gt;https://docs.databricks.com/delta/delta-utility.html#clone-delta-table&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 18:59:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/copy-cdf-enabled-delta-table-from-one-location-to-another-by/m-p/28184#M20007</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-04-11T18:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Copy CDF enabled delta table from one location to another by retaining history</title>
      <link>https://community.databricks.com/t5/data-engineering/copy-cdf-enabled-delta-table-from-one-location-to-another-by/m-p/28185#M20008</link>
      <description>&lt;P&gt;Hi @Jose Gonzalez​&amp;nbsp; : Thanks for the follow-up. I am using Deep clone and was expecting the utility maintains the same historical timestamps.  But that is not happening. Is there any good reason for independent history?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 03:44:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/copy-cdf-enabled-delta-table-from-one-location-to-another-by/m-p/28185#M20008</guid>
      <dc:creator>RKNutalapati</dc:creator>
      <dc:date>2022-04-12T03:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Copy CDF enabled delta table from one location to another by retaining history</title>
      <link>https://community.databricks.com/t5/data-engineering/copy-cdf-enabled-delta-table-from-one-location-to-another-by/m-p/28186#M20009</link>
      <description>&lt;P&gt;@Rama Krishna N​&amp;nbsp;, According to the docs "A cloned table has an independent history from its source table.." are you trying to do use time travel? maybe the clone uses cases that we have in the docs might help to explain better &lt;A href="https://docs.databricks.com/delta/delta-utility.html#clone-use-cases" alt="https://docs.databricks.com/delta/delta-utility.html#clone-use-cases" target="_blank"&gt;https://docs.databricks.com/delta/delta-utility.html#clone-use-cases&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 19:16:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/copy-cdf-enabled-delta-table-from-one-location-to-another-by/m-p/28186#M20009</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-04-25T19:16:17Z</dc:date>
    </item>
  </channel>
</rss>

