Skip to content

Commit bf01435

Browse files
authored
Merge pull request #95925 from kromerm/dataflow-1
Update data-flow-sink.md
2 parents 7fb5793 + 45f90ad commit bf01435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-sink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To sink all incoming fields, turn on **Auto Map**. To choose the fields to sink
2323
## Output
2424
For Azure Blob storage or Data Lake Storage sink types, output the transformed data into a folder. Spark generates partitioned output data files based on the partitioning scheme that the sink transformation uses.
2525

26-
You can set the partitioning scheme from the **Optimize** tab. If you want Data Factory to merge your output into a single file, select **Single partition**.
26+
You can set the partitioning scheme from the **Optimize** tab. If you want Data Factory to merge your output into a single file, select **Single partition**. If you wish to maintain or create partitioned folders, use **Key partitioning** and set the keys you wish to use for partitioned folder structures.
2727

2828
![Options on the Optimize tab](media/data-flow/opt001.png "sink options")
2929

0 commit comments

Comments
 (0)