March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi everyone,
I’m working with data ingestion and transformation in Microsoft Fabric and noticed that Dataflows seem to offer a lot more flexibility in terms of connecting to various data sources and performing transformations. Given that Dataflows can connect to a broader range of sources and seem capable of more complex transformations, is there any advantage to using Copy Activity instead?
Is Copy Activity preferable in certain scenarios, such as faster data transfer performance, or are there specific use cases where it might be better suited than Dataflows? I’d love to understand why and when to choose one over the other.
Thanks for your insights.
Solved! Go to Solution.
Copy activity needs to be used in case if one needs to transfer data as is between source and sink with no transformations and is much more quicker than dataflow.
Also copy activity supports multiple sink types whereas dataflow is restricted to only specific sinks
Copy activity needs to be used in case if one needs to transfer data as is between source and sink with no transformations and is much more quicker than dataflow.
Also copy activity supports multiple sink types whereas dataflow is restricted to only specific sinks
Thanks for sharing this information.
The answer is always, it depends. With millions of rows you want to have a performant and compute unit efficient process. Dataflows does support fast copy for some sources, but it will require more compute units by comparison to copy activity or notebooks.
Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.
Copy Activity is recommended for ingestion of data as it is much more performant than Dataflows. If you don't need to do any manipulations, Copy Activity is recommended. Once the data is in your data platform and you need to transform it, Dataflows, Notebooks etc are the options to work with data at scale.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
7 | |
4 | |
2 | |
2 | |
2 |
User | Count |
---|---|
15 | |
10 | |
7 | |
5 | |
4 |