DP-600 · Question #114
You have a Fabric tenant that contains a lakehouse named Lakehouse1. You have forecast data stored in Azure Data Lake Storage Gen2. You plan to ingest the forecast data into Lakehouse1. The data is…
The correct answer is D. Use the Copy activity in a pipeline. To efficiently ingest already formatted data from Azure Data Lake Storage Gen2 into a Fabric Lakehouse without transformations, minimizing development effort and costs, use the Copy activity in a data pipeline.
Question
You have a Fabric tenant that contains a lakehouse named Lakehouse1. You have forecast data stored in Azure Data Lake Storage Gen2. You plan to ingest the forecast data into Lakehouse1. The data is already formatted, and you do NOT need to apply any further data transformations. The solution must minimize development effort and costs. Which method should you recommend to efficiently ingest the data?
Options
- AFirst, download the data to your computer, and then use Lakehouse explorer to upload it to
- BUse a Spark notebook.
- CUse Dataflow Gen2.
- DUse the Copy activity in a pipeline.
How the community answered
(44 responses)- A5% (2)
- B9% (4)
- C2% (1)
- D84% (37)
Why each option
To efficiently ingest already formatted data from Azure Data Lake Storage Gen2 into a Fabric Lakehouse without transformations, minimizing development effort and costs, use the Copy activity in a data pipeline.
Manually downloading data to a local computer and then uploading it via Lakehouse explorer is a high-effort, inefficient, and error-prone method, especially for large datasets.
Using a Spark notebook requires writing code (e.g., PySpark) which increases development effort and time compared to a no-code copy activity.
Dataflow Gen2 is primarily designed for data ingestion and transformation using Power Query, which is overkill and potentially more costly for a scenario where no transformations are needed.
The Copy activity within a Fabric data pipeline is a low-code/no-code solution optimized for moving data directly between various sources and destinations, including ADLS Gen2 to a Lakehouse. It requires minimal configuration, incurs lower costs for simple data movement, and is highly efficient for transferring data when no transformations are required.
Concept tested: Efficient data ingestion (Copy activity)
Source: https://learn.microsoft.com/en-us/fabric/data-factory/copy-data-overview
Topics
Community Discussion
No community discussion yet for this question.