Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
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.
It is now hanging like this on a table with 17 rows..
Hello @kjetil_hamre,
Source :
- https://learn.microsoft.com/en-us/fabric/data-factory/dataflows-gen2-fast-copy
- https://learn.microsoft.com/en-us/fabric/data-factory/copy-job-with-virtual-network-data-gateway
- https://learn.microsoft.com/en-us/data-integration/vnet/use-data-gateways-pipeline-fabric
- https://learn.microsoft.com/en-us/fabric/data-factory/gateway-considerations-output-destinations
- https://learn.microsoft.com/en-us/fabric/fundamentals/decision-guide-pipeline-dataflow-spark
Hope it can help you !
Best regards,
Antoine
Thank you for very prompt answer. I think it must be the VNET. Investigating.
Hi @kjetil_hamre ,
Thanks for reaching out to Microsoft Fabric Community and thanks for the update.
Good to know you are investigating the VNET side.
As @AntoineW 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.
There have been similar reports where writes to Lakehouse failed due to routing. One case was resolved by adding a microsoft.storage service endpoint to the delegated gateway subnet, details here: Solved: Re: VNET data gateway cannot write to lakehouse - Microsoft Fabric Community
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.
As an alternative, you could also test using the on-premises data gateway, which is supported in Fabric pipelines and Dataflow Gen2.
How to access on-premises data sources in Data Factory - Microsoft Fabric | Microsoft Learn
Hope this helps. Please reach out for further assistance.
Thank you.
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.