<?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 Fabric REST API for Delta Tables in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-REST-API-for-Delta-Tables/m-p/4774970#M11203</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're building an internal webapp using nodejs and it requires reading data from delta tables within our microsoft Fabric lakehouses. Is there a GET request built for this task?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The post request for Load Table does not seem to be working for delta tables via the documentation.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2025 10:47:13 GMT</pubDate>
    <dc:creator>alirng</dc:creator>
    <dc:date>2025-07-24T10:47:13Z</dc:date>
    <item>
      <title>Fabric REST API for Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-REST-API-for-Delta-Tables/m-p/4774970#M11203</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're building an internal webapp using nodejs and it requires reading data from delta tables within our microsoft Fabric lakehouses. Is there a GET request built for this task?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The post request for Load Table does not seem to be working for delta tables via the documentation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 10:47:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-REST-API-for-Delta-Tables/m-p/4774970#M11203</guid>
      <dc:creator>alirng</dc:creator>
      <dc:date>2025-07-24T10:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric REST API for Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-REST-API-for-Delta-Tables/m-p/4775542#M11225</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599575"&gt;@alirng&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="90" data-end="148"&gt;Thanks for reaching out to the Microsoft Fabric Community.&lt;/P&gt;
&lt;P data-start="150" data-end="381"&gt;At this time, there is no built-in REST API available to directly query or retrieve data from Delta tables stored in a Fabric Lakehouse. The existing Fabric REST APIs do not support reading Delta table contents using a GET request.&lt;/P&gt;
&lt;P data-start="150" data-end="381"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="383" data-end="610"&gt;However, Microsoft Fabric provides GraphQL endpoint that supports querying data from Lakehouses and Warehouses&amp;nbsp;through the SQL analytics layer. You can refer to the documentation here:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/api-graphql-overview" target="_blank"&gt;Microsoft Fabric API for GraphQL overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="383" data-end="610"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="612" data-end="1031"&gt;Alternatively, if your application strictly requires REST access, one possible approach is to build a custom API using Azure Functions. This involves reading the Parquet files behind the Delta tables stored in OneLake and exposing them via your own REST endpoints.&lt;/P&gt;
&lt;P data-start="612" data-end="1031"&gt;Here's this approach in more detail here:&amp;nbsp;&lt;A href="https://www.azureguru.net/expose-your-microsoft-fabric-lakehouse-data-through-rest-api" target="_blank"&gt;Microsoft Fabric Lakehouse Data via REST API&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="612" data-end="1031"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="612" data-end="1031"&gt;Hope this helps. Please reach out for further assistance.&lt;/P&gt;
&lt;P data-start="612" data-end="1031"&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 18:14:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-REST-API-for-Delta-Tables/m-p/4775542#M11225</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-07-24T18:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric REST API for Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-REST-API-for-Delta-Tables/m-p/4780759#M11357</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599575"&gt;@alirng&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Just wanted to check if the response provided was helpful. If further assistance is needed, please reach out.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 06:00:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-REST-API-for-Delta-Tables/m-p/4780759#M11357</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-07-30T06:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric REST API for Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-REST-API-for-Delta-Tables/m-p/4787432#M11491</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599575"&gt;@alirng&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;We wanted to kindly follow up regarding your query. If you need any further assistance, please reach out.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 05:28:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-REST-API-for-Delta-Tables/m-p/4787432#M11491</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-08-05T05:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric REST API for Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-REST-API-for-Delta-Tables/m-p/4792663#M11624</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599575"&gt;@alirng&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Just checking in to see if you query is resolved and if any responses were helpful.&lt;BR /&gt;Otherwise, feel free to reach out for further assistance.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 04:54:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-REST-API-for-Delta-Tables/m-p/4792663#M11624</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-08-11T04:54:56Z</dc:date>
    </item>
  </channel>
</rss>

