Hi,
I have situation where a record is tagged as Update from Table comparison transformation but is not getting updated on the target table.
My job structure looks like this
Table --> Query Transformation 1 --> Query transformation 2 --> Table comparision (comparing with the target table) --> Map operation(updates as updates) --> Target table.
I have only one record in Source table and that is going Query transformation 1 and then to query transformation 2 and its compared in Table comparision and it is tagged as 'U'. Then it is going to Map operation and the outtput of mapoperation; the record is tagged as 'U' but when I check the target table that particular record is never updated.
I tested with few other records and they are working fine. Not sure if it is specific to this only record itself. Did anyone ever faced such kind of situation?