ADF metadata driven copy activity , how to process multiple tables dynamically in ADF copy activity

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • Incrementally copy multiple tables in adf,
    incrementally load from multiple tables,
    ADF Transform Multiple Tables in Single Pipeline,
    Copy multiple tables in Bulk with Lookup,
    Copy multiple tables in bulk by using Azure Data Factory
    load database tables from many different files,
    Loop through multiple files in ADLS,
    Loop through multiple tables from sql to ADLS using adf,
    a metadata-driven approach to data repository design
    metadata driven etl

КОМЕНТАРІ • 11

  • @saqibkhan-ih1uu
    @saqibkhan-ih1uu 2 роки тому

    thanks for the detailed explanation. how and where to add audit columns like load timestamp to target tables?

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

    since most ingestion tasks typically go to a data lake, wouldn't it be intuitive to also use the data lake for the config/metadata table(s)?

  • @RodrigoBocanegraCruz
    @RodrigoBocanegraCruz 2 роки тому

    Hello, is there any way to define wildcard paths in the data lake destination? for example to have a folder structure in year/month/date/*. Thank you!

  • @snad256
    @snad256 2 роки тому +1

    Hi,
    From where did you get the Sales table?

    • @TRRaveendra
      @TRRaveendra  2 роки тому

      U will get default sample database in azure sql and dedicated sql pool

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

    19:24 really select max watermark from target table?
    not select last watermark from watermark-table filtered for this table name?

  • @guptaashok121
    @guptaashok121 3 роки тому

    What all sources are supported for this?

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

    Where can we give PK name for upsert logic for each table?

  • @ketanmehta3058
    @ketanmehta3058 2 роки тому

    @TechLake How we can add filter clause to the query?

    • @TRRaveendra
      @TRRaveendra  2 роки тому

      Use lookup query and add sql query there

    • @ketanmehta3058
      @ketanmehta3058 2 роки тому

      @@TRRaveendra I mean this process will create three pipelines (Bottom_Level, Middle_Level, Top_Level) but I do not find any option to apply 'where' clause. I can see only the column details for the selected table. How do I mention my filter criteria to a specific table?