<?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 Connect Delta Lake to OData API? in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/connect-delta-lake-to-odata-api/m-p/26834#M671</link>
    <description>&lt;P&gt;I'd like to expose Delta Lake data to external customers via OData v4 APIs.  What's the best way to do that?&lt;/P&gt;</description>
    <pubDate>Mon, 17 May 2021 20:23:07 GMT</pubDate>
    <dc:creator>Joseph_B</dc:creator>
    <dc:date>2021-05-17T20:23:07Z</dc:date>
    <item>
      <title>Connect Delta Lake to OData API?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/connect-delta-lake-to-odata-api/m-p/26834#M671</link>
      <description>&lt;P&gt;I'd like to expose Delta Lake data to external customers via OData v4 APIs.  What's the best way to do that?&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 20:23:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/connect-delta-lake-to-odata-api/m-p/26834#M671</guid>
      <dc:creator>Joseph_B</dc:creator>
      <dc:date>2021-05-17T20:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Delta Lake to OData API?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/connect-delta-lake-to-odata-api/m-p/26835#M672</link>
      <description>&lt;P&gt;The Open Data Protocol (OData) is a data access protocol built on core protocols like HTTP and commonly accepted methodologies like REST for the web.  Think of OData as a HTTP/REST version of JDBC/ODBC.&amp;nbsp;Pretty thorough/complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be implemented by creating an intermediate service which handles requests and can query the Delta Lake.  That service will need to have a REST API for servicing OData.  For reading Delta, the service could use 2 options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Either use the native Delta reader via a Databricks SQL Endpoint, in which case the request pipeline would look like: client -&amp;gt; HTTP -&amp;gt; JDBC/ODBC -&amp;gt; Spark/Databricks,&lt;/LI&gt;&lt;LI&gt;Or use the Rust/Python/Ruby/Golang APIs from delta-rs: &lt;A href="https://github.com/delta-io/delta-rs" target="test_blank"&gt;https://github.com/delta-io/delta-rs&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 20:28:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/connect-delta-lake-to-odata-api/m-p/26835#M672</guid>
      <dc:creator>Joseph_B</dc:creator>
      <dc:date>2021-05-17T20:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Delta Lake to OData API?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/connect-delta-lake-to-odata-api/m-p/26836#M673</link>
      <description>&lt;P&gt;@Joseph Bradley​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Is the best answer to this still to implement the the OData intermediate service yourself?  Or is there a better way now?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 20:32:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/connect-delta-lake-to-odata-api/m-p/26836#M673</guid>
      <dc:creator>Golden_Snitch_4</dc:creator>
      <dc:date>2022-11-16T20:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Delta Lake to OData API?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/connect-delta-lake-to-odata-api/m-p/26837#M674</link>
      <description>&lt;P&gt;Is the best answer to this still to implement the the OData intermediate service yourself? Or is there a better way now?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:38:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/connect-delta-lake-to-odata-api/m-p/26837#M674</guid>
      <dc:creator>john1</dc:creator>
      <dc:date>2023-06-02T09:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Delta Lake to OData API?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/connect-delta-lake-to-odata-api/m-p/26838#M675</link>
      <description>&lt;P&gt;I believe it's still the best option.  That said, it would be good to know what the OData API is needed for.  When I added the original answer, Databricks SQL was nowhere near where it is today, and it's now easy to connect DB SQL directly to PowerBI or other tools which might otherwise "need" OData APIs.  For PowerBI, see &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/partners/bi/power-bi" target="test_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/partners/bi/power-bi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:55:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/connect-delta-lake-to-odata-api/m-p/26838#M675</guid>
      <dc:creator>Joseph_B</dc:creator>
      <dc:date>2023-06-02T14:55:52Z</dc:date>
    </item>
  </channel>
</rss>

