To perform a one-time ingest of a small local CSV into a Fabric lakehouse with minimal administrative effort, which method is recommended?

Prepare for the Fabric Analytics Engineer Associate Test with comprehensive materials. Explore flashcards, multiple choice questions, and detailed explanations. Get ready for your success!

Multiple Choice

To perform a one-time ingest of a small local CSV into a Fabric lakehouse with minimal administrative effort, which method is recommended?

Explanation:
For a one-time, small local CSV ingestion with minimal administrative effort, using the Lakehouse Explorer to upload the file directly is the best choice. This UI-based method lets you pick the local CSV and ingest it into a lakehouse table with little to no setup. It handles quick schema inference and creates the corresponding table without writing code or configuring pipelines, making it ideal for ad-hoc, simple loads. The other approaches introduce more overhead: a Dataflow Gen2 query is heavier, intended for transformations and repeatable processing; a pipeline with a copy data activity requires building and orchestrating a pipeline; a Spark notebook needs coding and managing a Spark compute environment. For a small, one-off load, the direct upload path keeps things streamlined and fast.

For a one-time, small local CSV ingestion with minimal administrative effort, using the Lakehouse Explorer to upload the file directly is the best choice. This UI-based method lets you pick the local CSV and ingest it into a lakehouse table with little to no setup. It handles quick schema inference and creates the corresponding table without writing code or configuring pipelines, making it ideal for ad-hoc, simple loads.

The other approaches introduce more overhead: a Dataflow Gen2 query is heavier, intended for transformations and repeatable processing; a pipeline with a copy data activity requires building and orchestrating a pipeline; a Spark notebook needs coding and managing a Spark compute environment. For a small, one-off load, the direct upload path keeps things streamlined and fast.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy