airflow.providers.standard.example_dags.example_branch_day_of_week_operator

### BranchDayOfWeekOperator

This example demonstrates how to use the BranchDayOfWeekOperator to choose downstream tasks based on the day of the week. It shows both a single-day branch and a weekend branch using the WeekDay enum.

Attributes

empty_task_1

Module Contents

airflow.providers.standard.example_dags.example_branch_day_of_week_operator.empty_task_1[source]

Was this entry helpful?