<?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 do incremental refresh in data pipeline? in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4613793#M7296</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I would like to perform a 24-hour incremental refresh based on the last modified data. I found some details from online sources and Microsoft documentation, but I am unable to find specific information for data pipelines. Does anyone know how to do this?&lt;/P&gt;</description>
    <pubDate>Tue, 18 Mar 2025 01:16:54 GMT</pubDate>
    <dc:creator>Charlotte_chum</dc:creator>
    <dc:date>2025-03-18T01:16:54Z</dc:date>
    <item>
      <title>How to do incremental refresh in data pipeline?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4613793#M7296</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I would like to perform a 24-hour incremental refresh based on the last modified data. I found some details from online sources and Microsoft documentation, but I am unable to find specific information for data pipelines. Does anyone know how to do this?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 01:16:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4613793#M7296</guid>
      <dc:creator>Charlotte_chum</dc:creator>
      <dc:date>2025-03-18T01:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to do incremental refresh in data pipeline?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4614294#M7302</link>
      <description>&lt;P&gt;Can you be more specific what you mean by incremenatl refersh in data pipelines?&lt;BR /&gt;Do you mean incremental data sync from a source to sink via copy activity?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 08:45:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4614294#M7302</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2025-03-18T08:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to do incremental refresh in data pipeline?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4657062#M7541</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="847669" data-lia-user-login="Charlotte_chum" class="lia-mention lia-mention-user"&gt;Charlotte_chum&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you for reaching out to the &lt;SPAN&gt;Microsoft Fabric Community Forum&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To implement a &lt;SPAN&gt;24-hour incremental refresh in a Data Pipeline&lt;/SPAN&gt; based on the &lt;SPAN&gt;last modified data&lt;/SPAN&gt;,&amp;nbsp;consider the below steps:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure you have a source table with a LastModifiedTime column (datetime) to track changes, and a watermark table to store the last successfully processed timestamp.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Required a destination (e.g., Lakehouse or SQL DB) and access to Microsoft Fabric Data Factory to build and run the pipeline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a pipeline parameter, e.g., LastRunTime, that will dynamically retrieve the last watermark value from watermark_table. Use the watermark in your SQL query to filter records modified in the last 24 hours.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add a copy data activity in a pipeline, after successful data load, update watermark_table with the current UTC timestamp to record the latest successful run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use &lt;SPAN&gt;triggers&lt;/SPAN&gt; in the Data Factory to schedule the pipeline to run every 24 hours.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more detailed information, Please refer to the Microsoft official document:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/tutorial-incremental-copy-overview" target="_blank"&gt;Incrementally copy data from a source data store to a destination data store - Azure Data Factory | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this response resolves your query, kindly mark it as &lt;STRONG&gt;Accepted Solution&lt;/STRONG&gt; to help other community members. A Kudos is also appreciated if you found the response helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You!&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 08:56:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4657062#M7541</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-04-17T08:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to do incremental refresh in data pipeline?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4666642#M7602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="847669" data-lia-user-login="Charlotte_chum" class="lia-mention lia-mention-user"&gt;Charlotte_chum&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 11:54:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4666642#M7602</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-04-24T11:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to do incremental refresh in data pipeline?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4670702#M7648</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="847669" data-lia-user-login="Charlotte_chum" class="lia-mention lia-mention-user"&gt;Charlotte_chum&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 11:21:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4670702#M7648</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-04-28T11:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to do incremental refresh in data pipeline?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4680008#M7715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="847669" data-lia-user-login="Charlotte_chum" class="lia-mention lia-mention-user"&gt;Charlotte_chum&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please &lt;STRONG&gt;Accept it as a solution&lt;/STRONG&gt; and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;' so others can find it easily.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 10:34:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-do-incremental-refresh-in-data-pipeline/m-p/4680008#M7715</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-05-05T10:34:58Z</dc:date>
    </item>
  </channel>
</rss>

