How to do Incremental Loading using CDC in Azure Data Factory to Data Lake

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 7

  • @gunasekharraju
    @gunasekharraju 11 місяців тому +2

    The best video for CDC with ADF, thank you

    • @pytalista
      @pytalista  11 місяців тому

      Thanks 🙏🏻

  • @shaikhjaved7839
    @shaikhjaved7839 10 місяців тому +2

    Nice video, but I have scenario where we have multiple tables with cdc enabled, do I need to create separate pipeline for each tables, because you just pick customer table, even MS document shows with one table, is there any limitation ?

    • @junqueirapedro
      @junqueirapedro 10 місяців тому +1

      You can still have the same pipeline as a template but you have to have some sort of parametrization that changes the source and sink table and use the template for the datasets as well.
      The way you do it you need to have a metadata table in a SQL db where you store the parameters to send to the pipeline as input, for example, where you can store the parameters. Then you use a lookup activity that reads the metadata then execute the same template cdc pipeline for each table in the metadata database.
      This probably is a good idea for a video

    • @pytalista
      @pytalista  9 місяців тому

      Hi @shaikhjaved7839 this is the reply. Cheers

  • @KhalidDalvi
    @KhalidDalvi Рік тому +1

    Hi Dear thanks for the video, Can you provide me query to How to do Incremental Loading using CDC in Azure Data Factory to Data Lake for Multiple table in one pipeline

    • @pytalista
      @pytalista  Рік тому

      For that you can loop this pipeline passing the parameter for each table