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 2020/12/09 14:46:23 UTC

[airflow] branch master updated (0bf386f -> 1d91ca7)

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

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


    from 0bf386f  Rename airflow.operators.dagrun_operator to airflow.operators.trigger_dagrun (#12933)
     add 1d91ca7  Infer multiple outputs from dict annotations in TaskFlow API (#10349)

No new revisions were added by this update.

Summary of changes:
 airflow/operators/python.py                   |  8 ++-
 docs/apache-airflow/tutorial_taskflow_api.rst | 16 ++++++
 tests/operators/test_python.py                | 75 ++++++++++++++++++++++++++-
 3 files changed, 97 insertions(+), 2 deletions(-)