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/03/02 14:22:26 UTC

[airflow] branch main updated (2c57ad4 -> 8b276c6)

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 2c57ad4  Fix incorrect data provided to tries & landing times charts (#21928)
     add 8b276c6  Ensure deps is set, convert BaseSensorOperator to classvar (#21815)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                   |  8 ++++++++
 airflow/exceptions.py                         |  4 ++++
 airflow/models/mappedoperator.py              | 13 ++++++++++---
 airflow/sensors/base.py                       | 14 ++++----------
 airflow/ti_deps/deps/ready_to_reschedule.py   |  4 ++++
 tests/sensors/test_base.py                    | 10 +++-------
 tests/serialization/test_dag_serialization.py | 17 +++--------------
 7 files changed, 36 insertions(+), 34 deletions(-)