Get startedGet started for free

Adding monthly branching

You're continuing to implement the new sales_etl workflow for your boss' project. You realize you need some different behavior depending on which month of the year the workflow is running. There are some special requirements when the Dag runs in September each year. You decide to implement a branching task to set up the system to work well in this scenario.

The previous code has been maintained for you - you'll be updating the code for the new steps.

This exercise is part of the course

Introduction to Apache Airflow in Python

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise