Fault tolerance - Synapse Copy data activity
Hi Team,
I have enabled fault tolerance on copy data activity to "Skip incompatible rows" to blob storage.
Data truncation errors are stored in 2 different files: -
QID1111_1_2_Error.txt - Error message for the skipped rows are stored in this file.
QID1111_1_2_Row.txt - Error records are stored in this file.
Let's say there were 5 rows which had data truncation issues. Both the files will have 5 rows each (5 records on error file with just the error message and 5 records on the rows file with just the rejected row. The question is, how do we merge these files? We would need the error message why a particular row was skipped.