#51. Azure Data Factory - Use Event triggers to copy files coming in different times

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024

ความคิดเห็น • 25

  • @rambaburams443
    @rambaburams443 3 ปีที่แล้ว

    Thank you So much for your efforts, time and detail explanations on each topic.

    • @AllAboutBI
      @AllAboutBI  3 ปีที่แล้ว

      Glad you like them!

  • @trishachatterjee1126
    @trishachatterjee1126 3 ปีที่แล้ว

    Your videos are so nicely explained. Thanks a lot for explaining stuff using various use cases. It is so very useful. So, regarding this session, I have a question. If there are multiple files coming in the same input folder from different sources and that need to be separated dynamically to different containers(different sink locations)according to the file names, do event trigger can be implemented there?
    Thank you in advance.

  • @vijaybodkhe8379
    @vijaybodkhe8379 ปีที่แล้ว

    Thanks for sharing.

  • @AKHILESHKUMAR-sz7il
    @AKHILESHKUMAR-sz7il 3 ปีที่แล้ว +2

    can you upload video on Incremental loading of multiple tables using ADF lookup activity. Thank you.

  • @tjsr4867
    @tjsr4867 4 ปีที่แล้ว

    Super. Explained easily

  • @babuganesh2000
    @babuganesh2000 4 ปีที่แล้ว

    Very good explaination

  • @AmitKumar-es5ns
    @AmitKumar-es5ns 2 ปีที่แล้ว

    Thanks Mam,
    Que: I want it to run the pipeline using event based trigger when total fives files comes in input folder. how to do?

  • @raghunandan3068
    @raghunandan3068 4 ปีที่แล้ว

    Thanks for explanation! on copying data from folder1 to folder2.
    Is there a ways we move the file from folder2 (with some transformation on the file) to folder3 in the same pipeline.

    • @AllAboutBI
      @AllAboutBI  4 ปีที่แล้ว

      definitely possible. we can implement any logic inside pipeline

    • @raghunandan3068
      @raghunandan3068 4 ปีที่แล้ว

      Thankyou very much

  • @sampathkumar7397
    @sampathkumar7397 3 ปีที่แล้ว

    Thank you for the details and nice video. Similarly, how do we create Event trigger for Data Flow?

    • @AllAboutBI
      @AllAboutBI  3 ปีที่แล้ว +1

      Triggers are generic to pipelines.. it can have data flows, copy activity or any other activity. Is your question different ? Pls let me knlw

    • @sampathkumar7397
      @sampathkumar7397 3 ปีที่แล้ว +1

      @@AllAboutBI Thank you, you have answered my question.

  • @DeviMahendra
    @DeviMahendra 2 ปีที่แล้ว

    Hi Ma'am, please help me in clarifying this doubt. There is a event based trigger for the blob storage, once triggered the pipeline executes a stored procedure. It works fine if we get 5 or 10 files at a time. But there are times, about 160 files come to blob at one shot. With constraint of having only 100 queries in queue in adf and concurrency of 50 parallel running pipelines, remaining files are getting failed. It will be really helpful if you can give your suggestions. Thank you.

    • @AllAboutBI
      @AllAboutBI  2 ปีที่แล้ว

      Hi request you to post your question on Microsoft Q&A platform for immediate support

  • @gagandeepkalra3775
    @gagandeepkalra3775 2 ปีที่แล้ว

    Hi Ma'am, I am using same event based trigger to execute 2 pipelines automatically. I get 2 source files (.csv) in my storage account but both my pipelines are executing multiple times instead of executing 1 time each. Please help me out in understanding this scenario.

    • @AllAboutBI
      @AllAboutBI  2 ปีที่แล้ว

      It's by design, when a storage event trigger is created, it runs whenever the matched file or pattern is found in the given folder.
      Alternatively, you can archive the processed file, so the same file is not processed multiple times.

  • @ketanmehta3058
    @ketanmehta3058 ปีที่แล้ว

    Is it possible to define source directory name dynamically @All About BI ?

    • @ketanmehta3058
      @ketanmehta3058 ปีที่แล้ว

      Ex: trigger will keep polling different directories to check file availablity in year/month/day/myfile.txt directory

  • @omprakash-bd6tq
    @omprakash-bd6tq 3 ปีที่แล้ว

    Hi madam,
    I have a scenario when 2 files r uploaded to blob using event trigger can I needed transfer the 2 files different path can we do it..??

    • @AllAboutBI
      @AllAboutBI  3 ปีที่แล้ว

      Yes, use copy activity... To move to different container or data lake

    • @omprakash-bd6tq
      @omprakash-bd6tq 3 ปีที่แล้ว

      @@AllAboutBI thanks so much for replying but destination is data warehouse 2 tables, Ya using copy activity we can do but destination want to give only 1 but I need give 2 tables (X. Txt ->A table,Y.txt->B table)

  • @raghunandan3068
    @raghunandan3068 4 ปีที่แล้ว

    using Event based trigger