Grouping related tasks
Your team built a flat pipeline for processing customer orders, but the Graph view has become hard to read as the number of tasks grows. Task groups organize related tasks into collapsible blocks in the UI, and default_args lets you share configuration like retries across every task in the group.
You'll create a task group that bundles the extract and transform steps and applies a consistent retry policy.
This exercise is part of the course
Building Data Pipelines with Airflow
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise