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/04/20 18:39:16 UTC

[airflow] branch main updated (eb26510d3a -> 4fa718e4db)

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 eb26510d3a Switch bitnami images in tests to "standard" ones (#23122)
     add 4fa718e4db Support clearing and updating state of individual mapped task instances (#22958)

No new revisions were added by this update.

Summary of changes:
 airflow/api/common/mark_tasks.py    |  48 ++++++++----
 airflow/jobs/scheduler_job.py       |  47 +++++-------
 airflow/models/dag.py               | 127 ++++++++++++++++++--------------
 airflow/models/taskinstance.py      |  21 ++----
 airflow/utils/sqlalchemy.py         |  27 ++++++-
 airflow/www/views.py                | 143 ++++++++++++++++++++++--------------
 tests/api/common/test_mark_tasks.py |  62 +++++++++++++++-
 tests/models/test_dag.py            |  79 ++++++++++++++++++++
 tests/www/views/test_views.py       |   3 +-
 tests/www/views/test_views_tasks.py |   2 +-
 10 files changed, 378 insertions(+), 181 deletions(-)