This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 70680ded7a Fix warning in airflow tasks test command regarding absence
of data_interval (#27106)
add c1aa4b9500 Adding ContinuousTimetable and support for @continuous
schedule_interval (#29909)
No new revisions were added by this update.
Summary of changes:
airflow/models/dag.py | 15 ++++-
airflow/timetables/base.py | 8 +++
airflow/timetables/simple.py | 38 ++++++++++-
docs/apache-airflow/core-concepts/dag-run.rst | 2 +
tests/models/test_dag.py | 22 ++++++-
tests/timetables/test_continuous_timetable.py | 93 +++++++++++++++++++++++++++
6 files changed, 175 insertions(+), 3 deletions(-)
create mode 100644 tests/timetables/test_continuous_timetable.py