An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
Hey,
unfortunately w.r.t delta / incremental feeds , the deleted records at source cannot be synced in at the sink because of below aspects :
- The source query itself wont be able to fetch the physically deleted record. And there might be other old records which have yet not been updated in source which might not be pulled in source query via watermark.
- So the missing records in source query might be either due to a record being deleted or record not being updated post the prior load.
- Hence , you cannot sync those aspects within the sink.
For those aspects, the records shouldnt be physically deleted from the source and must be logically deleted by some flagcolumn within source like IsDelete or IsActive , so that those column attribute would get synced to sink once the record is logically deleted