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 2021/12/15 14:29:51 UTC

[airflow] branch main updated (43efde6 -> bc9ca83)

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 43efde6  Fix MyPy Errors for Apache Beam (and Dataflow) provider. (#20301)
     add bc9ca83  Rename TaskMixin to DependencyMixin (#20297)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py | 42 ++++++++++++++-------------------
 airflow/models/taskmixin.py    | 53 +++++++++++++++++++++++++++---------------
 airflow/models/xcom_arg.py     |  8 +++----
 airflow/utils/dot_renderer.py  |  4 ++--
 airflow/utils/edgemodifier.py  | 52 +++++++++++++++++++++++++----------------
 airflow/utils/task_group.py    | 14 ++++++-----
 docs/spelling_wordlist.txt     |  2 ++
 7 files changed, 100 insertions(+), 75 deletions(-)