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/01 15:01:28 UTC

[airflow] branch main updated (351fa53 -> ace8c6e)

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 351fa53  Fix Kubernetes example with wrong operator casing (#21898)
     add ace8c6e  EdgeModifier refactoring (#21404)

No new revisions were added by this update.

Summary of changes:
 airflow/models/taskmixin.py      |  21 +++-
 airflow/utils/edgemodifier.py    | 107 ++++++++++----------
 airflow/utils/task_group.py      |  17 +++-
 tests/utils/test_edgemodifier.py | 205 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 290 insertions(+), 60 deletions(-)