How to extract incremental data from delta files without having any filter condition in data in dataflow adf

2025-04-18T16:18:03.0533333+00:00

Hi Team,

Could you please help us to find the solution for below requirement.
we have delta files folder it have 40million records, There is no last modified date column to extract latest data, in dataflow how to extract the latest delta file data and we have to load into azure sql database as incremental load(it should have to handle insert/update/delete),
Could you please share the steps and logic in dataflow and please share the screenshot to implement in dataflow

Thanks in Advance

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,503 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Aswin 472 Reputation points
    2025-04-25T10:00:58.4233333+00:00

    Hi @SaiSekhar, MahasivaRavi (Philadelphia)

    If you don't have any column to identify the incremental records, the best practice is to use change data capture in mapping data flow.

    • In source transformation of mapping data flow, click Source options tab.
    • Then click Enable change data capture check box.
    • Then select the incremental extract option.

    Refer this document https://learn.microsoft.com/en-us/azure/data-factory/concepts-change-data-capture#auto-incremental-extraction-in-mapping-data-flow.


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.