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 4fd812a6def Undo changes to accordion done in #46348 (#47054)
     add 60b2220c171 Introduce DeltaTriggerTimetable (#46846)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/config.yml                |  21 +-
 airflow/timetables/_delta.py                       |  56 +++++
 airflow/timetables/interval.py                     |  30 +--
 airflow/timetables/trigger.py                      | 172 ++++++++++----
 .../authoring-and-scheduling/timetable.rst         | 104 ++++++---
 task_sdk/src/airflow/sdk/definitions/dag.py        |   9 +-
 tests/timetables/test_interval_timetable.py        |  25 ++-
 tests/timetables/test_trigger_timetable.py         | 249 +++++++++++++++++++--
 8 files changed, 542 insertions(+), 124 deletions(-)
 create mode 100644 airflow/timetables/_delta.py

Reply via email to