I have a job which runs everyday and based on column 'modifyts' pulls the records from db2 as delta: modifyts>current_date-1.
Recently we found out that some of the data is getting missed and not loaded to our netezza target table.
Is there a way we can get the missing data?
As of now, we are planning to load for past 3 days with condition modifyts>current_date-3 but it could cause data error in other process. Is there an efficient way to achieve this?
Any suggestions will greatly help. thanks in advance