
Answer-first summary for fast verification
Answer: From the Destination tab, set Mode to Overwrite.
To specify the partition column in the Destination settings of the Copy activity, you need to set the Mode to Overwrite from the Destination tab. This action enables the partition option, which is not available in Append mode. By setting the Mode to Overwrite, you ensure that the partitioning is applied correctly to Table1.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Imagine you are working with a Fabric tenant that houses a data lake called Lakehouse1. Within Lakehouse1, there exists an unpartitioned table named Table1. You are planning to copy data into Table1 and organize it by partitions based on a date column from the source data. To achieve this, you create a Copy activity. Your task now is to configure the partition column within the Destination settings of this Copy activity. What is the first step you should take to accomplish this?
A
From the Destination tab, set Mode to Append.
B
From the Destination tab, select the partition column.
C
From the Source tab, select Enable partition discovery.
D
From the Destination tab, set Mode to Overwrite.
No comments yet.