WEBINARS

Writing Functional DAGs with Decorators

Watch On Demand


Hosted By

  • Kenten Danas

In this webinar, we walk participants through the process of using decorators to define tasks in your DAGs. Introduced as part of the TaskFlow API in Airflow 2.0, decorators are an alternative DAG authoring experience to the use of traditional operators. Using decorators results in clean and concise DAGs free of some of the boilerplate code that is required by traditional operators.

This webinar shows you everything you need to know to start using decorators in writing your DAGs, and answers questions like:

All of the sample code shown in this webinar can be found in this repo.