You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/03/21 19:26:27 UTC

[airflow] branch main updated (cef004d -> cd35972)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from cef004d  Remove pandas upper limit now that SQLA is 1.4+ (#22162)
     add cd35972  Update base sensor operator to support XCOM return value (#20656)

No new revisions were added by this update.

Summary of changes:
 airflow/sensors/base.py                            | 31 +++++++++++--
 .../howto/create-update-providers.rst              | 40 ++++++++++++++++
 tests/sensors/test_base.py                         | 53 +++++++++++++++++++++-
 3 files changed, 119 insertions(+), 5 deletions(-)