Azure Data Factory - V2 - Creating a Pipeline using Author-Tab

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

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

  • @ksathish11
    @ksathish11 5 лет назад +1

    Thank you so much bro, keep going, all the best.

  • @pratikfutane8131
    @pratikfutane8131 5 лет назад +1

    Great ! looking after for more content!

  • @krishnachaithanyagumma
    @krishnachaithanyagumma 5 лет назад

    hi Dinesh
    could you assist me with the code you specified for the file path like what type of code is it and where could I get to know about it -like websites where I could look upon
    great if could assist me

  • @farhanahmedsyed
    @farhanahmedsyed 6 лет назад

    looks UI to create link services, datasets and pipelines are not available on portal,we can only create these through JSON. Dinesh am i correct?

  • @kumrassymphony1099
    @kumrassymphony1099 5 лет назад

    Hi, Can you please show how to use powershell script as Custom Activity within Data Factory Pipeline? Thanks

  • @Sonyc902shots
    @Sonyc902shots 6 лет назад

    Hey man, can you please show one demo for bulk copy for copying multiple tables? Thank you.

  • @demudunaidu3657
    @demudunaidu3657 5 лет назад +1

    Excellent!

  • @mayanki100
    @mayanki100 6 лет назад

    how do you convert a v1 pipeline to v2 pipline
    also in v2 there is no option to code , there is something arm templates so how do you use that ?

  • @matinsayyad9341
    @matinsayyad9341 5 лет назад

    hi can we extract streaming data through ADF

  • @aks541
    @aks541 5 лет назад

    Didn't find any Add column option in my free tier for schema tab

  • @HemanthKumar-ff1qw
    @HemanthKumar-ff1qw 6 лет назад

    Thanks Great Video can you do one on calling ML in ADF V2 That would be really helpful.

  • @MrFRAZ05
    @MrFRAZ05 6 лет назад

    useful one

  • @yuvrajyuvas4730
    @yuvrajyuvas4730 5 лет назад

    If you have shown source data prior that would have been good to understand and your explaination on expression is not clear..

  • @basilio100
    @basilio100 5 лет назад

    Time 1:56.
    It is not ETL - it is ELT. -)

    • @DineshPriyankara
      @DineshPriyankara  5 лет назад

      Hi Basilio, not sure I understood what you said properly, if you are talking about data transfer from SQL to ADLS, it is ETL, not ELT, or are you referring something else, I cannot figure it out :)

    • @basilio100
      @basilio100 5 лет назад

      @@DineshPriyankara In my understanding if you use data factory you just simply Extract, Load and later do Transformation. Comparing to SSIS where you do Extract Transform and then load. Though it is not important.
      Good video though -)

    • @DineshPriyankara
      @DineshPriyankara  5 лет назад +1

      ​@@basilio100 Your understanding is right, but if we isolate the data transfer from SQL DB to ADLS without considering any transformation after that, then the process can be considered as ETL, if there are transformations that need to be done on the data in the lake, then whole process can be considered as ELT. Since I do not consider much on later case in this video, did not think to talk about ELT :).
      Anyway, thanks for pointing out, this conversation will help to people who need a clarification on it.