<?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 How to find what files were added in a specific version of Delta Table in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-find-what-files-were-added-in-a-specific-version-of-delta/m-p/18631#M12398</link>
    <description />
    <pubDate>Fri, 25 Jun 2021 21:43:34 GMT</pubDate>
    <dc:creator>brickster_2018</dc:creator>
    <dc:date>2021-06-25T21:43:34Z</dc:date>
    <item>
      <title>How to find what files were added in a specific version of Delta Table</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-find-what-files-were-added-in-a-specific-version-of-delta/m-p/18631#M12398</link>
      <description />
      <pubDate>Fri, 25 Jun 2021 21:43:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-find-what-files-were-added-in-a-specific-version-of-delta/m-p/18631#M12398</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-25T21:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find what files were added in a specific version of Delta Table</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-find-what-files-were-added-in-a-specific-version-of-delta/m-p/18632#M12399</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;%scala
&amp;nbsp;
&amp;nbsp;
display(spark.read.json("//path-to-delta-table/_delta_log/0000000000000000000x.json")
.where("add is not null")
.select("add.path"))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 21:44:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-find-what-files-were-added-in-a-specific-version-of-delta/m-p/18632#M12399</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-25T21:44:27Z</dc:date>
    </item>
  </channel>
</rss>

