What's new in Apache Airflow 2.9?

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

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

  • @marcosgmn
    @marcosgmn 6 месяцев назад +4

    I have many cases where I depend on many datasets but i must ensure that the dag run is attempted only once per day. Can you do that with the DatasetOrTimeSchedule schedule? something like DatasetAndTimeSchedule?

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

      Yes, you can do that with DatasetOrTimeSchedule :)

  • @alfahatasi
    @alfahatasi 4 месяца назад

    Which Udemy training has this video in more detail?I want to create a dataset by importing data from postgresql. So when there is an update in the interconnected tables, I will check if there will be an update in the other tables.

  • @sunilnayak6022
    @sunilnayak6022 2 месяца назад

    Hello Marc, I am facing challenges when I implement sla_miss_callback functionalities.Could you please help me .

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

    Hello Marc,
    QQ:
    Does the "Clear only failed tasks" option rerun the failed task and all of its upstream tasks as well?

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

      Nope, only failed and downstream tasks

  • @karinaserrano2956
    @karinaserrano2956 6 месяцев назад +1

    Where do you need to store the dataset that's going to be used in the DAG?

    • @MarcLamberti
      @MarcLamberti  6 месяцев назад

      I tend to have a datasets.py file in include/ where I define the datasets I use across DAGs

  • @slords
    @slords 5 месяцев назад +1

    Another new feature of 2.9 is the ability to give a name to an expanded task using map_index_template

  • @dnbnero
    @dnbnero 6 месяцев назад

    There is a typo in your video description. Version - 2.8, not 2.9