Skip to content

Commit 01d8e47

Browse files
committed
PR review fix
1 parent 67ec16d commit 01d8e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/how-to-data-flow-error-rows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This video walks through an example of setting-up error row handling logic in yo
5151

5252
:::image type="content" source="media/data-flow/error2.png" alt-text="complete data flow":::
5353

54-
5. If you choose the error row handling option in the sink transformation and set "Output error rows", ADF automatically generates a CSV file output of your row data along with the driver-reported error messages. You don't need to add that logic manually to your data flow with that alternative option. You incur a small performance penalty with this option so that ADF can implement a 2-phase methodology to trap errors and log them.
54+
5. If you choose the error row handling option in the sink transformation and set "Output error rows", Azure Data Factory automatically generates a CSV file output of your row data along with the driver-reported error messages. You don't need to add that logic manually to your data flow with that alternative option. You incur a small performance penalty with this option so that ADF can implement a 2-phase methodology to trap errors and log them.
5555

5656
:::image type="content" source="media/data-flow/error-row-3.png" alt-text="complete data flow with error rows":::
5757

0 commit comments

Comments
 (0)