This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 887ef6b Add Next Run to UI (#17732)
add 601f22c Refactor BranchDayOfWeekOperator, DayOfWeekSensor (#17940)
No new revisions were added by this update.
Summary of changes:
airflow/operators/weekday.py | 19 ++--------------
airflow/sensors/weekday.py | 17 ++------------
airflow/utils/weekday.py | 25 ++++++++++++++++++++
tests/operators/test_weekday.py | 30 ++++++++++++++++--------
tests/sensors/test_weekday_sensor.py | 21 +++++++++++------
tests/utils/test_weekday.py | 44 ++++++++++++++++++++++++++++++++++++
6 files changed, 108 insertions(+), 48 deletions(-)