Hi,
We have got D365 CE data landed in Data Lake.
Now, I need to pull data to Azure SQL DB from DL. As suggested by MS, I am using ADF pipeline.
My pipeline is working fine in full load every time.
I need to run incremental load. How do I get latest rows in the entity(created/modified/deleted) like modifiedon.
Is it possible?
If I am able to get these new/changed rows, I can configure my pipeline to just import changes instead of all rows every time.
Thanks in advance