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

[airflow] branch main updated (5c48ed19bd -> 0254f30a5a)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 5c48ed19bd Find cross-group tasks in iter_mapped_dependants (#25793)
     add 0254f30a5a Let timetables control generated run_ids. (#25795)

No new revisions were added by this update.

Summary of changes:
 airflow/api/common/trigger_dag.py       | 12 +++++-----
 airflow/jobs/scheduler_job.py           | 41 +++++++++++++++++++++------------
 airflow/models/dag.py                   | 34 ++++++++++++++++-----------
 airflow/models/dagrun.py                |  3 ++-
 airflow/timetables/base.py              | 15 +++++++++++-
 airflow/utils/types.py                  |  8 ++++++-
 docs/apache-airflow/howto/timetable.rst | 28 ++++++++++++++++++++++
 tests/models/test_dag.py                | 17 ++++++++++++++
 8 files changed, 120 insertions(+), 38 deletions(-)