Dynamic DAGs in Apache Airflow for Advanced

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

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

  • @vladislavzadvornev4548
    @vladislavzadvornev4548 9 месяцев назад

    Hi Marc. That's a nice tutorial and a very elegant approach! I have a question though. Can I alternatively create a template python file where all the dag logic is placed inside a class and use instances of this class constructed with different arguments to build actual dags? This way I don't need jinja2 and a separate dag generator, because actual dags inherit from a template class and are therefore available right away.

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

    thanks for share Marc, impressive method to save time and keep our project simple and scalable, keep your great work

  • @ThiagoSilvaOfficial
    @ThiagoSilvaOfficial Месяц назад

    really cool. Thanks

  • @chriskathumbi2292
    @chriskathumbi2292 2 года назад +1

    Hello, good class. It's been so long. Looking forward to the new version classes. Please do a video on how to do local module imports from cloud storage services and maybe handling tokens and secrets on airflow.

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

    thank you !! that's really nice

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

    Can you give any details/resources on How can we incorporate error handling to account for errors in any dag configs(broken dags) without causing all to fail

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

    Marc, in the input from the yaml, can i call a python file?

  • @munyaradzimagodo3983
    @munyaradzimagodo3983 5 месяцев назад

    my dags are not appearing on the Airflow UI, any help here

  • @senchallengetv4965
    @senchallengetv4965 10 месяцев назад

    You have to do pyton tuto too

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

    Hi Marc,
    Stuck at one place.
    My python operator calling a function.
    I want to iterator over this operator.
    Basically I have a dynamic list. This list having random items. So python operator should create the task as per number of items in a list
    Could you help on this
    Thanks in advance