AWS Airflow Demo| Python code |AWS MWAA SETUP (part2)

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

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

  • @basavapn6487
    @basavapn6487 หลายเดือนก่อน +1

    Very well structured,Thanks for the detailed explanation

  • @SonuKumar-fn1gn
    @SonuKumar-fn1gn หลายเดือนก่อน +1

    Very nice video ❤ thank u so so much 😊

  • @narendrakashyap7730
    @narendrakashyap7730 2 หลายเดือนก่อน +1

    Salute you for your efforts and courage. Thank you Saurabh.

  • @user-uo8jg2qm8q
    @user-uo8jg2qm8q หลายเดือนก่อน +1

    Thankyou so much....with your help I got role in jpmc... however I am scared as I don't belongs to coding background ...how I will survive as data engineer

  • @SonuKumar-fn1gn
    @SonuKumar-fn1gn หลายเดือนก่อน

    Please create a video helm airflow and helm spark chart in kubernetes and submit a job in pyspark. Thank you sir ji so much for the video ❤❤❤

  • @Thesantoshdandin
    @Thesantoshdandin 4 หลายเดือนก่อน +1

    I think you need to use catchup in DAG.. instead of default_args . Your videos are very informative and easy to follow.. Thanks .

  • @ankitkamble8673
    @ankitkamble8673 4 หลายเดือนก่อน +1

    Great video 💯 Bro
    ... Thank alot..🤟

  • @basavapn6487
    @basavapn6487 หลายเดือนก่อน

    One more thing to confirm about depends_on_past is not correctlty explained,For example if we have two tasks task1 and task2 and suppose if dag starts to run and when task1 completes and if task2 fails ,and When next day dag runs and task1 runs and completes but it will not start task2 because the previous day task2 is in failed state ,so depends_on_past works in this way i,e it depends on the same task for the previous instances to see if it got completed.

  • @chinmay694
    @chinmay694 2 หลายเดือนก่อน

    Do you have whole content of glue & Emr
    I'm intrested to learn , Please reply

  • @EGourav
    @EGourav 4 หลายเดือนก่อน +1

    Hi Saurabh ji, Thank you so much for the Airflow lecture.
    Could you please tell us about resolving error when we will select web server as Private Network.
    And if possible kindly share the codes also.

  • @Sunny-um6oj
    @Sunny-um6oj 4 หลายเดือนก่อน

    Sir your videos are very useful. Please post the video on AWS EMR on EKS.

  • @basavapn6487
    @basavapn6487 หลายเดือนก่อน

    Why simple_3.py file ran for 19times,I couldn't get why it ran for so many time ,Did you get to know whats the reson behind the run?