Skip to content

Commit

Permalink
Fix docs of BranchDayOfWeekOperator (apache#37813)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored and utkarsharma2 committed Apr 22, 2024
1 parent 088eb0a commit fca60d9
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 fca60d9

Please sign in to comment.