<?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 Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4835301#M8570</link>
    <description>&lt;P&gt;Loading with dataflow2 pipelines works like a charm. However, when I try to do the same with copy-task in a datafactory pipeline (my preferred method) or a copy task - it just hangs for hours, doing nothing but exhausting my fabric capacity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the data factory pipeline, I am able preview the data in the source preview box. I am also able to write from one lakehouse table to another. I can also preview source in mapping.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Sep 2025 11:00:48 GMT</pubDate>
    <dc:creator>kjetil_hamre</dc:creator>
    <dc:date>2025-09-25T11:00:48Z</dc:date>
    <item>
      <title>Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4835301#M8570</link>
      <description>&lt;P&gt;Loading with dataflow2 pipelines works like a charm. However, when I try to do the same with copy-task in a datafactory pipeline (my preferred method) or a copy task - it just hangs for hours, doing nothing but exhausting my fabric capacity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the data factory pipeline, I am able preview the data in the source preview box. I am also able to write from one lakehouse table to another. I can also preview source in mapping.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 11:00:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4835301#M8570</guid>
      <dc:creator>kjetil_hamre</dc:creator>
      <dc:date>2025-09-25T11:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4835318#M8571</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1134405" data-lia-user-login="kjetil_hamre" class="lia-mention lia-mention-user"&gt;kjetil_hamre&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Why does Copy Data task hang when writing to OneLake via Virtual Network Data Gateway?&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Root Cause:&lt;/STRONG&gt;&lt;BR /&gt;Copy Activity in Fabric pipelines can stall if:&lt;UL&gt;&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;VNet Data Gateway&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is misconfigured or lacks outbound connectivity.&lt;/LI&gt;&lt;LI&gt;The Lakehouse sink settings or schema are invalid.&lt;/LI&gt;&lt;LI&gt;The scenario is not fully supported for Copy Activity (especially with large data or transformations).&lt;/LI&gt;&lt;LI&gt;Capacity is consumed but the write phase is blocked.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;Key Points&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Copy Activity relies on the gateway and Fabric connectors&lt;/STRONG&gt;, so any network or schema issue can cause it to hang.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Capacity exhaustion&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;happens because compute is allocated even if the write is stuck.&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;How to fix it&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Check gateway configuration&lt;/STRONG&gt;: Ensure VNet Data Gateway is healthy, linked to the right capacity, and has outbound HTTPS (443) access to Fabric endpoints.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Validate Lakehouse sink&lt;/STRONG&gt;: Confirm the destination table or folder exists and schema matches.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Update pipeline settings&lt;/STRONG&gt;:&lt;UL&gt;&lt;LI&gt;Reduce parallelism or disable unnecessary staging.&lt;/LI&gt;&lt;LI&gt;If possible, enable&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Fast Copy&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(or switch to Dataflow Gen2 for heavy loads).&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Monitor capacity&lt;/STRONG&gt;: Use the Fabric Capacity Metrics app to avoid CU waste.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Permissions&lt;/STRONG&gt;: Make sure the pipeline identity or service principal has Contributor access to the Lakehouse workspace.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Source :&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflows-gen2-fast-copy" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-factory/dataflows-gen2-fast-copy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/copy-job-with-virtual-network-data-gateway" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-factory/copy-job-with-virtual-network-data-gateway&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/data-integration/vnet/use-data-gateways-pipeline-fabric" target="_blank"&gt;https://learn.microsoft.com/en-us/data-integration/vnet/use-data-gateways-pipeline-fabric&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/gateway-considerations-output-destinations" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-factory/gateway-considerations-output-destinations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/fundamentals/decision-guide-pipeline-dataflow-spark" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/fundamentals/decision-guide-pipeline-dataflow-spark&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it can help you !&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Antoine&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 11:32:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4835318#M8571</guid>
      <dc:creator>AntoineW</dc:creator>
      <dc:date>2025-09-25T11:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4835411#M8572</link>
      <description>&lt;P&gt;Thank you for very prompt answer. I think it must be the VNET. Investigating.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 12:39:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4835411#M8572</guid>
      <dc:creator>kjetil_hamre</dc:creator>
      <dc:date>2025-09-25T12:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4838598#M8583</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1134405" data-lia-user-login="kjetil_hamre" class="lia-mention lia-mention-user"&gt;kjetil_hamre&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for reaching out to Microsoft Fabric Community and thanks for the update.&lt;/P&gt;
&lt;P&gt;Good to know you are investigating the VNET side.&lt;/P&gt;
&lt;P&gt;As &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1307272" data-lia-user-login="AntoineW" class="lia-mention lia-mention-user"&gt;AntoineW&lt;/a&gt;&amp;nbsp;explained, Copy Activity in Fabric pipelines depends on the Virtual Network Data Gateway for outbound connectivity to Fabric endpoints. If the gateway is not correctly configured or restricted on outbound HTTPS (443), the copy task may hang while still consuming capacity. It is also important to make sure the Lakehouse sink is valid, with schema alignment and permissions in place, otherwise the write phase can remain blocked even though preview works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="649" data-end="1180"&gt;There have been similar reports where writes to Lakehouse failed due to routing. One case was resolved by adding a&amp;nbsp;microsoft.storage&amp;nbsp;service endpoint to the delegated gateway subnet, details here:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Pipelines/VNET-data-gateway-cannot-write-to-lakehouse/m-p/4767702/highlight/true#M8203" target="_blank"&gt;Solved: Re: VNET data gateway cannot write to lakehouse - Microsoft Fabric Community&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="649" data-end="1180"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="649" data-end="1180"&gt;Microsoft also announced GA support for Virtual Network Data Gateway with Fabric Pipeline, Dataflow Gen2 Fast Copy, and Copy Job, which may improve reliability in such cases.&lt;/P&gt;
&lt;P data-start="649" data-end="1180"&gt;&lt;A href="https://blog.fabric.microsoft.com/en-us/blog/virtual-network-data-gateway-support-for-fabric-pipeline-dataflow-gen2-fast-copy-and-copy-job-is-now-generally-available/" target="_blank"&gt;Virtual Network Data Gateway Support for Fabric Pipeline, Dataflow Gen2 Fast Copy, and Copy Job (Generally Available) | Microsoft Fabric Blog | Microsoft Fabric&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="649" data-end="1180"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1182" data-end="1467"&gt;As an alternative, you could also test using the on-premises data gateway, which is supported in Fabric pipelines and Dataflow Gen2.&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1182" data-end="1467"&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/how-to-access-on-premises-data" target="_blank"&gt;How to access on-premises data sources in Data Factory - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="1182" data-end="1467"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please reach out for further assistance.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 05:38:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4838598#M8583</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-09-30T05:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4838707#M8584</link>
      <description>&lt;P&gt;Thank you. We have found some issues with the virtual gateway and DNS, and got it to work for a brief period, but now not working again. Still investigating.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 06:59:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4838707#M8584</guid>
      <dc:creator>ex_kjetilh</dc:creator>
      <dc:date>2025-09-30T06:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4838762#M8585</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;It is now hanging like this on a table with 17 rows..&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 07:38:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4838762#M8585</guid>
      <dc:creator>ex_kjetilh</dc:creator>
      <dc:date>2025-09-30T07:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4839734#M8589</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1134405" data-lia-user-login="kjetil_hamre" class="lia-mention lia-mention-user"&gt;kjetil_hamre&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the update and for sharing the screenshot.&lt;/P&gt;
&lt;P&gt;Since the transfer phase completes and the delay occurs during the Lakehouse write, this could be related to schema alignment, permissions, or folder-level locking in the destination. You may want to test writing to a new table or folder to rule out metadata conflicts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In some cases, updating the route table and ensuring WAN traffic is correctly routed through the firewall resolved the issue. If any custom routing or UDRs are in place, please check with your networking team to verify they’re not interfering.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try simplifying the sink configuration by minimizing schema mapping and avoiding transformations during the copy. Test with a different small table to see if the issue is specific to that table or folder. Testing with the on-premises data gateway can also help determine if the issue is related to the Virtual Network Data Gateway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check for any error messages in the Monitoring hub by locating the pipeline run and reviewing the details of the Copy Data activity. This can reveal issues even if the status shows as “In Progress.”&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If these checks don’t resolve the issue, please consider raising a &lt;A href="https://support.fabric.microsoft.com/" target="_self"&gt;support ticket&lt;/A&gt; with Microsoft so the engineering team can assist further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please reach out for further assistance.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 09:13:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4839734#M8589</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-10-01T09:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4839755#M8590</link>
      <description>&lt;P&gt;The problem does not seem to have to do with sink - I have now switched to using an IntegrationRuntime on the source VM instead. Then it started working immediately. (but this is just a temporary solution as team decided to scrap integration runtime)&lt;BR /&gt;&lt;BR /&gt;We are looking at the logs now.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 09:34:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4839755#M8590</guid>
      <dc:creator>ex_kjetilh</dc:creator>
      <dc:date>2025-10-01T09:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4842875#M8603</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1362553" data-lia-user-login="ex_kjetilh" class="lia-mention lia-mention-user"&gt;ex_kjetilh&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for the update. Since switching to the Integration Runtime on the source VM resolved the issue for now, it looks like the problem is tied to the Virtual Network Data Gateway or its network setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you found anything new while going through the logs or testing further? If you need assistance reviewing your findings or planning further steps, please let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 06:50:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4842875#M8603</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-10-06T06:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4847245#M8621</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1362553" data-lia-user-login="ex_kjetilh" class="lia-mention lia-mention-user"&gt;ex_kjetilh&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Just checking in to see if you were able to gather anything from the logs or further testing after switching to the Integration Runtime. If you need any further assistance, feel free to reach out.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 05:51:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4847245#M8621</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-10-10T05:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to datalake from virtual data gateway with Copy Data Task in Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4849497#M8633</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1134405" data-lia-user-login="kjetil_hamre" class="lia-mention lia-mention-user"&gt;kjetil_hamre&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, 14 Oct 2025 05:19:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Not-able-to-write-to-datalake-from-virtual-data-gateway-with/m-p/4849497#M8633</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-10-14T05:19:54Z</dc:date>
    </item>
  </channel>
</rss>

