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/09/07 17:01:25 UTC

[airflow] branch main updated (415a80d5d7 -> d045690b79)

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 415a80d5d7 Add missing contrib classes to deprecated dictionaries (#26179)
     add d045690b79 Add triggering dataset events to ti context (#26168)

No new revisions were added by this update.

Summary of changes:
 airflow/models/taskinstance.py    | 17 +++++++++
 airflow/operators/python.py       | 10 ++++-
 airflow/utils/context.py          |  1 +
 airflow/utils/context.pyi         |  2 +
 tests/conftest.py                 |  1 +
 tests/models/test_taskinstance.py | 80 ++++++++++++++++++++++++++++++---------
 6 files changed, 93 insertions(+), 18 deletions(-)