<?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: Unable to read Delta Table using external tools in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/unable-to-read-delta-table-using-external-tools/m-p/110415#M43567</link>
    <description>&lt;P&gt;I'm also having the exact same problem as&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110230"&gt;@oakhill&lt;/a&gt;&amp;nbsp;, when trying to read from duckdb into any delta tables I get the error. Would it be possible to explain a solution of how the delta extension from duckdb can be working in databricks with Delta Lake, please?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2025 16:01:54 GMT</pubDate>
    <dc:creator>M_Pal</dc:creator>
    <dc:date>2025-02-17T16:01:54Z</dc:date>
    <item>
      <title>Unable to read Delta Table using external tools</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-read-delta-table-using-external-tools/m-p/107376#M42789</link>
      <description>&lt;P&gt;I am using the new credential vending API to get tokens and url for my tables in Unity Catalog.&lt;/P&gt;&lt;P&gt;I get the token, url and I am able to scan the folder using read_parquet, but NOT any Delta Lake functions. Not TableExists, scan_delta or delta_scan from Polars or DuckDB.&lt;BR /&gt;&lt;BR /&gt;The table is written using PySpark, and no particular settings.&lt;/P&gt;&lt;P&gt;When reading from Polars:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;DeltaError: Table metadata is invalid: Number of checkpoint files '0' is not equal to number of checkpoint metadata parts 'None'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When reading from DuckDB:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;IOException: IO Error: Hit DeltaKernel FFI error (from: While trying to read from delta table:&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Is there any Databricks-specifics to reading the deltatables?&lt;BR /&gt;&lt;BR /&gt;When reading the _same folder_ using read_parquet, it works.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 09:32:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-read-delta-table-using-external-tools/m-p/107376#M42789</guid>
      <dc:creator>oakhill</dc:creator>
      <dc:date>2025-01-28T09:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to read Delta Table using external tools</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-read-delta-table-using-external-tools/m-p/107392#M42796</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;It sounds like you're encountering issues when trying to read Delta Lake tables using Polars and DuckDB, but not with read_parquet. This could be due to Databricks-specific configurations required for Delta Lake tables. Ensure you're using the correct format ("delta") when reading Delta tables. Additionally, verify that the transaction log folder _delta_log is present and correctly configured.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 11:55:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-read-delta-table-using-external-tools/m-p/107392#M42796</guid>
      <dc:creator>Bernard295Clark</dc:creator>
      <dc:date>2025-01-28T11:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to read Delta Table using external tools</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-read-delta-table-using-external-tools/m-p/107615#M42860</link>
      <description>&lt;P&gt;Yes, everything is working perfectly in Unity Catalog and Databricks. Transaction-folder is present.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 15:05:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-read-delta-table-using-external-tools/m-p/107615#M42860</guid>
      <dc:creator>oakhill</dc:creator>
      <dc:date>2025-01-29T15:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to read Delta Table using external tools</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-read-delta-table-using-external-tools/m-p/110415#M43567</link>
      <description>&lt;P&gt;I'm also having the exact same problem as&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110230"&gt;@oakhill&lt;/a&gt;&amp;nbsp;, when trying to read from duckdb into any delta tables I get the error. Would it be possible to explain a solution of how the delta extension from duckdb can be working in databricks with Delta Lake, please?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 16:01:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-read-delta-table-using-external-tools/m-p/110415#M43567</guid>
      <dc:creator>M_Pal</dc:creator>
      <dc:date>2025-02-17T16:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to read Delta Table using external tools</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-read-delta-table-using-external-tools/m-p/116199#M45263</link>
      <description>&lt;P&gt;When copying a problematic delta table and reading the copy the issue disappear, it seems to be related to the new delta checkpointPolicy (v2) not supported by the rust implementation of delta but fine with the scala/java one (deltalake vs delta-spark).&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/delta-io/delta-rs/issues/3215" target="_blank"&gt;https://github.com/delta-io/delta-rs/issues/3215&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 13:42:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-read-delta-table-using-external-tools/m-p/116199#M45263</guid>
      <dc:creator>matovitch</dc:creator>
      <dc:date>2025-04-22T13:42:53Z</dc:date>
    </item>
  </channel>
</rss>

