<?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: DirectLAke over OneLake how to use incremental load? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/DirectLAke-over-OneLake-how-to-use-incremental-load/m-p/5137580#M64759</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2026 13:20:04 GMT</pubDate>
    <dc:creator>v-dineshya</dc:creator>
    <dc:date>2026-03-23T13:20:04Z</dc:date>
    <item>
      <title>DirectLAke over OneLake how to use incremental load?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DirectLAke-over-OneLake-how-to-use-incremental-load/m-p/5133677#M64707</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to use parameters/incremental load in OneLake ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2026 15:21:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DirectLAke-over-OneLake-how-to-use-incremental-load/m-p/5133677#M64707</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2026-03-16T15:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: DirectLAke over OneLake how to use incremental load?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DirectLAke-over-OneLake-how-to-use-incremental-load/m-p/5133991#M64710</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Incremental Load, you need Delta tables in OneLake. As you mention incremental load, it means incrementally updating those Delta tables. So basically you need Delta tables in lakehouse or warehouse.&lt;/P&gt;
&lt;P&gt;To create incremental load, you can use dataflows gen2, Notebooks. In dataflows gen2 use incremental refresh, load only new/changed rows (upsert) rows into the table. Also there is an important step, you should partition yur delta table. it improves performance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this solved your issue, please mark it as the accepted solution. &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 08:32:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DirectLAke-over-OneLake-how-to-use-incremental-load/m-p/5133991#M64710</guid>
      <dc:creator>anilelmastasi</dc:creator>
      <dc:date>2026-03-17T08:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: DirectLAke over OneLake how to use incremental load?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DirectLAke-over-OneLake-how-to-use-incremental-load/m-p/5134175#M64715</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;how this is maitaining consistency?&amp;nbsp;&lt;BR /&gt;What is the order of refreshing delta tables?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 15:19:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DirectLAke-over-OneLake-how-to-use-incremental-load/m-p/5134175#M64715</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2026-03-17T15:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: DirectLAke over OneLake how to use incremental load?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DirectLAke-over-OneLake-how-to-use-incremental-load/m-p/5136415#M64746</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Community Forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/718078"&gt;@anilelmastasi&lt;/a&gt;&amp;nbsp;, Thank you for your prompt response.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;What Is the Correct Refresh Order?&lt;/P&gt;
&lt;P&gt;1. Raw Bronze --&amp;gt; append new files only &lt;BR /&gt;2. Silver --&amp;gt; upsert changes (MERGE) &lt;BR /&gt;3. Gold --&amp;gt; aggregations, denormalization&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How Consistency Is Maintained in Delta?&lt;/P&gt;
&lt;P&gt;Delta Lake ensures:&lt;/P&gt;
&lt;P&gt;1. ACID Transactions: Every write creates, _delta_log/NNNN.json, snapshot, commit metadata and optional checkpoint.&lt;/P&gt;
&lt;P&gt;2. Snapshot Isolation: Readers always see the latest completed version.&lt;/P&gt;
&lt;P&gt;3. No Locking Problems: Writers do not block readers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know if you have any further queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 13:28:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DirectLAke-over-OneLake-how-to-use-incremental-load/m-p/5136415#M64746</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2026-03-20T13:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: DirectLAke over OneLake how to use incremental load?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DirectLAke-over-OneLake-how-to-use-incremental-load/m-p/5137580#M64759</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/107617"&gt;@jaryszek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 13:20:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DirectLAke-over-OneLake-how-to-use-incremental-load/m-p/5137580#M64759</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2026-03-23T13:20:04Z</dc:date>
    </item>
  </channel>
</rss>

