<?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: How to capture @odata.deltaLink from Copy Activity that use Microsoft Graph delta API in Fabric? in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-capture-odata-deltaLink-from-Copy-Activity-that-use/m-p/4660944#M7569</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1256473" data-lia-user-login="larry-lau" class="lia-mention lia-mention-user"&gt;larry-lau&lt;/a&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&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, kindly "&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;ccept &amp;nbsp;as&amp;nbsp; Solution"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;and give it a '&lt;/SPAN&gt;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&lt;SPAN&gt;' so others can find it easily.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Pavan.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Apr 2025 11:29:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-04-21T11:29:44Z</dc:date>
    <item>
      <title>How to capture @odata.deltaLink from Copy Activity that use Microsoft Graph delta API in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-capture-odata-deltaLink-from-Copy-Activity-that-use/m-p/4645435#M7458</link>
      <description>&lt;P&gt;Hi Fabric members,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to configure the Copy Activity in Fabric to load data by calling Microsoft Graph delta API and page through all the data by setting the Pagination rule to AbsoluteUrl =&amp;nbsp;&lt;SPAN&gt;$['&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;odata&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;nextLink&lt;/SPAN&gt;&lt;SPAN&gt;']&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;According to the delta API documentation&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/graph/api/user-delta?view=graph-rest-1.0&amp;amp;tabs=http#request-headers" target="_blank" rel="noopener"&gt;user: delta - Microsoft Graph v1.0 | Microsoft Learn,&amp;nbsp;&lt;/A&gt;t&lt;/SPAN&gt;&lt;SPAN&gt;he last page request would return an attribute called&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;@odata.deltaLink&lt;/STRONG&gt; which should be used to request data t&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;he next time the Copy Activity execute. I couldn't figure out how to capture the&amp;nbsp;@odata.deltaLink value in the Copy Activity or from the output of the&amp;nbsp;Copy Activity.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;The Copy Activity returns the output as follow.&amp;nbsp; Any help would be appreciated. Thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
	"dataRead": 48462,
	"dataWritten": 11468,
	"filesWritten": 1,
	"sourcePeakConnections": 1,
	"sinkPeakConnections": 1,
	"rowsRead": 2,
	"rowsCopied": 119,
	"copyDuration": 24,
	"throughput": 4.039,
	"errors": [],
	"usedDataIntegrationUnits": 4,
	"usedParallelCopies": 1,
	"executionDetails": [
		{
			"source": {
				"type": "RestService"
			},
			"sink": {
				"type": "Lakehouse"
			},
			"status": "Succeeded",
			"start": "4/7/2025, 4:28:44 PM",
			"duration": 24,
			"usedDataIntegrationUnits": 4,
			"usedParallelCopies": 1,
			"profile": {
				"queue": {
					"status": "Completed",
					"duration": 8
				},
				"transfer": {
					"status": "Completed",
					"duration": 14,
					"details": {
						"readingFromSource": {
							"type": "RestService",
							"workingDuration": 2,
							"timeToFirstByte": 2
						},
						"writingToSink": {
							"type": "Lakehouse",
							"workingDuration": 0
						}
					}
				}
			},
			"detailedDurations": {
				"queuingDuration": 8,
				"timeToFirstByte": 2,
				"transferDuration": 12
			}
		}
	],
	"dataConsistencyVerification": {
		"VerificationResult": "Unsupported"
	}
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 16:08:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-capture-odata-deltaLink-from-Copy-Activity-that-use/m-p/4645435#M7458</guid>
      <dc:creator>larry-lau</dc:creator>
      <dc:date>2025-04-09T16:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture @odata.deltaLink from Copy Activity that use Microsoft Graph delta API in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-capture-odata-deltaLink-from-Copy-Activity-that-use/m-p/4646717#M7471</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1256473" data-lia-user-login="larry-lau" class="lia-mention lia-mention-user"&gt;larry-lau&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out in Microsoft Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please follow below for Capturing @odata.deltaLink in Fabric Copy Activity;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;1.Use a Web Activity after the Copy Activity to make a final call to the delta API, retrieve the last page, and extract the @odata.deltaLink. You can then store it in a Lakehouse table, pipeline variable, or external store (like Azure Key Vault) for reuse.&lt;/P&gt;
&lt;P&gt;2.Explore using a Data Flow or Custom Logic App workflow, which gives more control over how responses are handled, parsed, and persisted.&lt;/P&gt;
&lt;P&gt;3.If feasible, use an external orchestration (like Azure Logic Apps or Azure Functions) to wrap the delta load logic entirely and pass only cleaned data into Fabric.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please continue using Microsoft community forum.&lt;BR /&gt;&lt;BR /&gt;If you found this post helpful, please consider marking it as "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;'. if it was helpful. help other members find it more easily.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pavan.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 11:18:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-capture-odata-deltaLink-from-Copy-Activity-that-use/m-p/4646717#M7471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-10T11:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture @odata.deltaLink from Copy Activity that use Microsoft Graph delta API in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-capture-odata-deltaLink-from-Copy-Activity-that-use/m-p/4650988#M7509</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1256473" data-lia-user-login="larry-lau" class="lia-mention lia-mention-user"&gt;larry-lau&lt;/a&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&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 "&lt;/SPAN&gt;&lt;STRONG&gt;Accept&amp;nbsp; as&amp;nbsp; Solution&lt;/STRONG&gt;&lt;SPAN&gt;" and give a '&lt;/SPAN&gt;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&lt;SPAN&gt;' so other members can easily find it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pavan.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 09:26:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-capture-odata-deltaLink-from-Copy-Activity-that-use/m-p/4650988#M7509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-14T09:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture @odata.deltaLink from Copy Activity that use Microsoft Graph delta API in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-capture-odata-deltaLink-from-Copy-Activity-that-use/m-p/4660944#M7569</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1256473" data-lia-user-login="larry-lau" class="lia-mention lia-mention-user"&gt;larry-lau&lt;/a&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&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, kindly "&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;ccept &amp;nbsp;as&amp;nbsp; Solution"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;and give it a '&lt;/SPAN&gt;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&lt;SPAN&gt;' so others can find it easily.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Pavan.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 11:29:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-capture-odata-deltaLink-from-Copy-Activity-that-use/m-p/4660944#M7569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-21T11:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture @odata.deltaLink from Copy Activity that use Microsoft Graph delta API in Fabric?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-capture-odata-deltaLink-from-Copy-Activity-that-use/m-p/4669533#M7621</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1256473" data-lia-user-login="larry-lau" class="lia-mention lia-mention-user"&gt;larry-lau&lt;/a&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the community member's answer your query, please mark it as "&lt;/SPAN&gt;&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;&lt;SPAN&gt;" and select "&lt;/SPAN&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;SPAN&gt;" if it was helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need any further assistance, feel free to reach out.&lt;BR /&gt;&lt;BR /&gt;Please continue using Microsoft community forum.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pavan.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Apr 2025 11:21:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-capture-odata-deltaLink-from-Copy-Activity-that-use/m-p/4669533#M7621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-27T11:21:39Z</dc:date>
    </item>
  </channel>
</rss>

