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.