Hosted By
-
Ash Berlin-Taylor Director, Airflow Engineering
Summary
In this informative webinar we will cover everything you need to know about Airflow 2.2. We’ll go through all of the new features large and small, as well as show you how to leverage all of the new features and how you can get cleaner and more efficient DAGs as a result
New features of 2.2
- Deferrable task framework (turn any task in to a super efficient asynchronous loop)
- Customizable timetable interface to run DAGs exactly when you want (no more confusion about start date vs execution date)
- Easily run python tasks in a separate docker container with the `@task.docker` decorator
- Plus more