You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/08/05 03:40:59 UTC

[airflow] branch main updated (22fb1dff08 -> 4ecaa9e3f0)

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 22fb1dff08 Fix dag dependencies detection (#25521)
     add 4ecaa9e3f0 Add optional data interval to CronTriggerTimetable (#25503)

No new revisions were added by this update.

Summary of changes:
 airflow/timetables/_cron.py                        | 128 ++++++++++++++
 airflow/timetables/interval.py                     | 167 ++----------------
 airflow/timetables/trigger.py                      | 100 +++++++++++
 docs/apache-airflow/concepts/timetable.rst         |  39 ++++-
 tests/timetables/test_interval_timetable.py        | 108 +-----------
 ...rval_timetable.py => test_trigger_timetable.py} | 193 +++++++--------------
 6 files changed, 336 insertions(+), 399 deletions(-)
 create mode 100644 airflow/timetables/_cron.py
 create mode 100644 airflow/timetables/trigger.py
 copy tests/timetables/{test_interval_timetable.py => test_trigger_timetable.py} (50%)