This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 1159133 Crerate TI context with data interval compat layer (#19148)
add 205219c Add test for interval timetable catchup=False (#19145)
No new revisions were added by this update.
Summary of changes:
airflow/timetables/interval.py | 24 +++++-----
tests/jobs/test_scheduler_job.py | 48 +++++++++++++++++++
tests/timetables/test_interval_timetable.py | 74 +++++++++++++++++++++++++++++
3 files changed, 134 insertions(+), 12 deletions(-)
create mode 100644 tests/timetables/test_interval_timetable.py