You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/01/08 04:10:04 UTC

[airflow] branch main updated (f2039b4 -> 384fa4a)

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

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


    from f2039b4  Speed up creation of DagRun for large DAGs (5k+ tasks) by 25-130% (#20722)
     add 384fa4a  Allow depending to a @task_group as a whole (#20671)

No new revisions were added by this update.

Summary of changes:
 airflow/decorators/task_group.py | 21 ++++++++++++++++++---
 tests/utils/test_task_group.py   | 38 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 55 insertions(+), 4 deletions(-)