You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/11/15 11:29:17 UTC

[airflow] branch master updated (823b3aa -> 39ea872)

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

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


    from 823b3aa  Reject 'connections add' CLI request if URI provided is invalid (#12370)
     add 39ea872  Check for TaskGroup in _PythonDecoratedOperator (#12312)

No new revisions were added by this update.

Summary of changes:
 airflow/operators/python.py    | 17 ++++++++++++++---
 docs/concepts.rst              | 10 ++++++++++
 tests/operators/test_python.py | 18 ++++++++++++++++++
 3 files changed, 42 insertions(+), 3 deletions(-)