I have a copy activity in Data Factory which copies data from 1 SQL server to an other one. Tables are identical. Most of the data is copied correctly but starting this week some columns are 0 instead of the original value.
The 0 come from the sourceside, because I’ve tried many things (like SELECT * FROM table instead of copy a table) and also choose CSV as output. In all cases I receive only 0 for a specific column while there are number in it.
I now see it happen in 2 columns and I’m not 100% sure but I think it was earlier today in 3 columns.
Has somebody ever seen this strange expercience?
2
Answers
I found out; the issue was that the sourcetable had a masking policy on that column and ADF had no unmasking rights…
It an unexpected behavior of data factory. I tried and It working fine for me.
The issue you are facing may have different reasons :
If it is there you can drop it with following command: