Forum Discussion
mke40
Jun 17, 2022Copper Contributor
Azure Data factory Copy Data is dropping records
I have set up a copy data pipeline in Azure Datafactory. The table I'm copying from contains 1500 records. The copy data step only read 872 records. I've tried to find records in the input table that...
manishnarang
Jul 19, 2022Copper Contributor
Hi, did you get any resolution for this?
Have you tried writing it to a different place? like a CSV file? it says that from source 872 rows were picked up.. which seems to be an issue on the source side itself.
Also, did you try data migration method instead of copy data activity?
Have you tried writing it to a different place? like a CSV file? it says that from source 872 rows were picked up.. which seems to be an issue on the source side itself.
Also, did you try data migration method instead of copy data activity?
- ericpasztorDec 20, 2022
Microsoft
mke40, to ensure that all data is copied to the sink SQL Database, try setting the enableSkipIncompatibleRow property to True (False by default and documented here). By default, rows will be skipped when the first instance of a duplicate is detected according to the sink table definition.