<?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: Issue with using the external call activity more than once in the same data flow in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-using-the-external-call-activity-more-than-once-in/m-p/4368241#M4763</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="913572" data-lia-user-login="UmairSyed" class="lia-mention lia-mention-user"&gt;UmairSyed&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here are my personal thoughts on your question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Each workspace has a limit on concurrent pipeline runs and activities. If you're hitting these limits, it could cause timeouts.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;2. The external endpoints you're calling might have rate limits that restrict the number of requests you can make in a given time period. If you're making multiple calls in quick succession, you might be exceeding these limits.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;3. If your data flow processes a large number of rows, each triggering an external call, it can lead to performance issues and timeouts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To mitigate these issues, you might consider:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Instead of making an external call for each row, batch your requests to reduce the number of API calls.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;2. Adjust the timeout settings for your activities to allow more time for the external calls to complete.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. You can read this document for a further study:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/data-factory-limitations" target="_blank"&gt;Data Factory limitations overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2025 01:24:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-01-17T01:24:41Z</dc:date>
    <item>
      <title>Issue with using the external call activity more than once in the same data flow</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-using-the-external-call-activity-more-than-once-in/m-p/4366238#M4759</link>
      <description>&lt;P&gt;I am facing timeouts when I try to use the external call activity more then once in a data flow. Basically the first activity needs to make an API call to an external endpoint and based on the response, I need to make an update to another endpoint. Is there a limitation that this activity cant be used for more then once since all the actions after the first instance will be processed again for each row of data anyways?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 04:00:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-using-the-external-call-activity-more-than-once-in/m-p/4366238#M4759</guid>
      <dc:creator>UmairSyed</dc:creator>
      <dc:date>2025-01-16T04:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with using the external call activity more than once in the same data flow</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-using-the-external-call-activity-more-than-once-in/m-p/4368241#M4763</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="913572" data-lia-user-login="UmairSyed" class="lia-mention lia-mention-user"&gt;UmairSyed&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here are my personal thoughts on your question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Each workspace has a limit on concurrent pipeline runs and activities. If you're hitting these limits, it could cause timeouts.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;2. The external endpoints you're calling might have rate limits that restrict the number of requests you can make in a given time period. If you're making multiple calls in quick succession, you might be exceeding these limits.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;3. If your data flow processes a large number of rows, each triggering an external call, it can lead to performance issues and timeouts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To mitigate these issues, you might consider:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Instead of making an external call for each row, batch your requests to reduce the number of API calls.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;2. Adjust the timeout settings for your activities to allow more time for the external calls to complete.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. You can read this document for a further study:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/data-factory-limitations" target="_blank"&gt;Data Factory limitations overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 01:24:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Issue-with-using-the-external-call-activity-more-than-once-in/m-p/4368241#M4763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-17T01:24:41Z</dc:date>
    </item>
  </channel>
</rss>

