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/13 17:05:13 UTC

[airflow] branch main updated (3c0ad4af31 -> 165945250b)

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 3c0ad4af31 Support importing connections from files with ".yml" extension (#22872)
     add 165945250b Fail if task does not push XCom for downstream (#22954)

No new revisions were added by this update.

Summary of changes:
 airflow/exceptions.py             |  7 +++++++
 airflow/models/taskinstance.py    | 16 +++++++++++-----
 tests/models/test_taskinstance.py | 38 ++++++++++++++++++++++++++++++++++----
 3 files changed, 52 insertions(+), 9 deletions(-)