This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 1250b88557b Only run testable integrations relevant to the change in
selective checks (#68112)
add fc4c3837181 Fix `airflow dags clear` clearing the wrong day for
non-UTC partitioned timetables (#67717)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/cli/cli_config.py | 11 +-
.../src/airflow/cli/commands/dag_command.py | 19 +-
airflow-core/src/airflow/timetables/_cron.py | 10 +
airflow-core/src/airflow/timetables/base.py | 16 +
.../tests/unit/cli/commands/test_dag_command.py | 466 ++++++++++++++++++++-
.../tests/unit/timetables/test_base_timetable.py | 22 +
.../tests/unit/timetables/test_cron_mixin.py | 30 ++
.../unit/timetables/test_partitioned_timetable.py | 18 +
8 files changed, 585 insertions(+), 7 deletions(-)