I would like to perform incremental load in ADF

Mounika, Durgam 1 Reputation point
2022-07-19T16:35:58.853+00:00

I already done creating copy pipeline to get data from servicenow to AZURE SQL DB ... Now i want to do incremental load from Servicenow Input Dataset to Azure SQL DB Output Dataset using ADF. Is it possible or not?

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,643 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 34,741 Reputation points MVP Volunteer Moderator
    2022-07-20T01:30:07.757+00:00

    Hi Mounika,

    Thanks for reaching out to Microsoft Q&A.

    Yes you can perform incremental load copy from your source to azure sql database using ADF pipelines.

    If your source is a database you can go with...

    1. Load from source database by using watermark
    2. Load from source database by using CDC(Change data capture)

    https://learn.microsoft.com/en-us/azure/data-factory/tutorial-incremental-copy-overview

    Or if you want to convert your existing pipeline to load incrementally, you have to edit and modify the pipeline to suit your requirement.

    If your source is in file format and if you want to copy based on last file creation time, check the below link...

    https://vinsdata.wordpress.com/2021/10/25/incremental-file-copy-in-azure-data-factory/


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.