This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 6b2524f Marking success/failed automatically clears failed downstream
tasks (#13037)
add a0e6a84 Treat `AirflowSensorTimeout` as immediate failure without
retrying (#12058)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 4 ++
airflow/models/taskinstance.py | 5 +-
airflow/models/taskreschedule.py | 19 +++--
airflow/sensors/base.py | 15 ++--
docs/apache-airflow/concepts/tasks.rst | 34 ++++++++-
tests/models/test_taskinstance.py | 38 +++++++++-
tests/sensors/test_base.py | 124 +++++++++++++++++++++++++++------
7 files changed, 204 insertions(+), 35 deletions(-)