Skip to content

Commit

Permalink
Fix docs of BranchDayOfWeekOperator (#37813)
Browse files Browse the repository at this point in the history
(cherry picked from commit 653c8be)
  • Loading branch information
eladkal authored and ephraimbuddy committed Mar 6, 2024
1 parent 65a6ac6 commit 6a67c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/operators/weekday.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class BranchDayOfWeekOperator(BaseBranchOperator):
monday = EmptyOperator(task_id="monday")
other_day = EmptyOperator(task_id="other_day")
monday_check = DayOfWeekSensor(
monday_check = BranchDayOfWeekOperator(
task_id="monday_check",
week_day="Monday",
use_task_logical_date=True,
Expand Down

0 comments on commit 6a67c1a

Please sign in to comment.