I have a Postgresql database on VM and also, I have an Azure Database for PostgreSQL. I want to know is there any way to use the Azure Data factory for copying the last data?
For example, Daily run a pipeline and copy the last data then added to a table from VM to Azure.
I test copy data, but every time the task run, the pipeline copy all table data and add it to the destination table.