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:23:35 UTC

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

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 8b276c6  Ensure deps is set, convert BaseSensorOperator to classvar (#21815)
     add bc95db9  Only allow mapping against return value XCom (#21930)

No new revisions were added by this update.

Summary of changes:
 airflow/decorators/base.py                    |  7 ++++---
 airflow/models/mappedoperator.py              | 20 +++++++++++++++++++-
 tests/models/test_baseoperator.py             |  9 +++------
 tests/serialization/test_dag_serialization.py | 16 +++++++---------
 4 files changed, 33 insertions(+), 19 deletions(-)