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 2021/06/24 12:52:53 UTC

[airflow] branch main updated (a2a58d2 -> 6bf18f1)

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 a2a58d2  Reduce log messages for happy path (#16626)
     add 6bf18f1  Refactor `dag.clear` method (#16086)

No new revisions were added by this update.

Summary of changes:
 .../endpoints/task_instance_endpoint.py            |   6 +-
 airflow/models/dag.py                              | 423 ++++++++++++++-------
 airflow/models/taskinstance.py                     |  39 +-
 docs/conf.py                                       |   9 +
 tests/models/test_dag.py                           |  75 ++--
 tests/sensors/test_external_task_sensor.py         | 117 ++++--
 6 files changed, 440 insertions(+), 229 deletions(-)