Skip to content

Commit 8f9fe0e

Browse files
authored
Update how-to-data-flow-error-rows.md
1 parent e5a5cff commit 8f9fe0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.workload: data-services
99

1010
ms.topic: conceptual
11-
ms.date: 10/28/2019
11+
ms.date: 04/20/2020
1212
ms.author: makromer
1313
---
1414

@@ -26,6 +26,9 @@ A common scenario in Data Factory when using mapping data flows, is to write you
2626

2727
3. The problem is that the movie title won't all fit within a sink column that can only hold 5 characters. When you execute this data flow, you will receive an error like this one: ```"Job failed due to reason: DF-SYS-01 at Sink 'WriteToDatabase': java.sql.BatchUpdateException: String or binary data would be truncated. java.sql.BatchUpdateException: String or binary data would be truncated."```
2828

29+
This video walks through an example of setting-up error row handling logic in your data flow:
30+
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4uOHj]
31+
2932
## How to design around this condition
3033

3134
1. In this scenario, the maximum length of the "name" column is five characters. So, let's add a conditional split transformation that will allow us to log rows with "titles" that are longer than five characters while also allowing the rest of the rows that can fit into that space to write to the database.

0 commit comments

Comments
 (0)