Azure Data Factory - Incremental Data Copy with Parameters

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 25

  • @namangarg7023
    @namangarg7023 3 месяца назад

    Tough to achieve in different real time scenarios but still a masterpiece activity explained for new users..tks

  • @Rafian1924
    @Rafian1924 3 года назад +1

    Lucid explanation. Good job brother.

  • @shaileshsondawale8765
    @shaileshsondawale8765 Год назад

    Awesome Content.. Great work done Sir....

  • @chandrasekharnallam2578
    @chandrasekharnallam2578 3 года назад

    nice explanation with easily understanding the concept. thank you

  • @kolliuma9509
    @kolliuma9509 3 года назад

    Great Explanation Sir with good content

  • @pushpakbansal7070
    @pushpakbansal7070 3 года назад

    Very good explanation, helped me in getting the job done.

  • @Lihka080
    @Lihka080 3 года назад +1

    @
    Azure Bits and Bytes
    Hi Sir very useful and excellent, could you please add update logic, so if there is any change in source table records it should update the records in sink table then need to take latest from source to sink table. Thanks in advance

  • @ashwinds6293
    @ashwinds6293 3 года назад

    Am getting an error in pulling the data through ADF for Oracle as a Source . Could you please help me in this

  • @vishwanathr3507
    @vishwanathr3507 3 года назад

    Hi
    How to Filter multiple values in Parameter like
    SELECT * FROM DimCustomer WHERE EnglishEducation IN (@'{Education('LookupEducation').Output}')
    not sure it is correct way to pass multiple values in to parameter in adf paramter.
    Thank you

  • @juzerpatanwala5133
    @juzerpatanwala5133 2 года назад

    where can we find this dataset of customer orders

  • @krishnakumar-vi3tf
    @krishnakumar-vi3tf 3 года назад

    It was nice,but one question how can i handle multiple tables passing dynamically to pipe line,right now you are entering table names at pipe line level manually but my requirement is i have to pass table list for both lookups dynamically

    • @krishnakumar-vi3tf
      @krishnakumar-vi3tf 3 года назад +1

      i got to know there is another video where we can pass tables dynamically with master pipe line..excellent..its an urgent requirement for me..thanks a lot

  • @preetijaiswal9089
    @preetijaiswal9089 3 года назад

    Hi, This Really worked and helped me out . Now I need to do CDC based on other column like Id or other unique column so how to implement this as our watermarkcolumn is of datetime type.
    Please Help me out.
    Thanks in advance

    • @azurebitsandbytes5804
      @azurebitsandbytes5804  3 года назад +1

      in your case, you can make use of Id value as the watermark column, and change the logic to extract a id range(from and to) and use that to fetch data from source system. Hope it helps.

    • @preetijaiswal9089
      @preetijaiswal9089 3 года назад

      @@azurebitsandbytes5804 I need to do Capture Data Change and do the update only on the basis of UpdateTime so how to do that. I really appreciate for your assistance. Thanks.

    • @RajeevRanjan-nf6xc
      @RajeevRanjan-nf6xc 2 года назад

      Thanks a lot sir!!! Can I get ddl scripts for practice

    • @sirigiriharikrishna1772
      @sirigiriharikrishna1772 Год назад

      @@preetijaiswal9089 @azurebitsandbytes5804
      Please help how cdc will work in this case?

  • @nagarajupinnu3621
    @nagarajupinnu3621 Год назад

    why can't we update watermarkDate in a table directly with query instead of Stored procedure which is extra object

    • @azurebitsandbytes5804
      @azurebitsandbytes5804  Год назад

      The script activity was not present at the time of making this video. You can use this definitely.

  • @hungerspoint7358
    @hungerspoint7358 3 года назад

    How it will handle duplicate data?? If pipeline runs twice at at time the. It will again copy the data??

    • @azurebitsandbytes5804
      @azurebitsandbytes5804  3 года назад +1

      making use of tumbling window trigger will help avoid overlapping runs.

  • @dataengineerazure2983
    @dataengineerazure2983 3 года назад

    PLEASE HOW GET FILE SOURCE FOR TRAINING? TKS

  • @wheretastesdivedeep
    @wheretastesdivedeep 3 года назад

    How to handle if the table don't have data?

  • @rohitsethi5696
    @rohitsethi5696 Год назад

    no this is not useful.The table should be manually enter. This is 200% end developer can end wrong table or misspell or space in table name end or before. The best way to store all the table name in the Table then for each loop process