Try implementing incremental data load using Change tracking method as explained here:
Similar thread
----------
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Requirement: Fetch data from on-premise using ADF and load it into Synapse incrementally.
Problem: We don't have a unique value column to perform upsert taking that column as the key. There is a 'change_date' column indicating the last modified date, we can extract the data from the source based on that date but unable to figure out how to update the already inserted value in synapse which has been modified recently in the source.
Thank you.
Try implementing incremental data load using Change tracking method as explained here:
Similar thread
----------
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
Hi @39861377 ,
Thankyou for using Microsoft Q&A platform and posting your query.
As per your query, it looks like you want to perform incremental load in destination table . The source dataset is having a watermark column called 'change_date' which stores the last modified date value.
For this requirement, I would suggest you to :
Hope this will help. Please let us know if any further queries.
------------------------------