This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 1e04741aeb9 Make Edge API retries configurable (#44536)
add 3a9a0321261 Add `group_display_name` attribute to allow specifying a
custom display name in the UI for TaskGroup (#45264)
No new revisions were added by this update.
Summary of changes:
airflow/decorators/task_group.py | 1 +
airflow/serialization/schema.json | 2 ++
airflow/serialization/serialized_objects.py | 3 ++-
task_sdk/src/airflow/sdk/definitions/taskgroup.py | 4 +++-
tests/decorators/test_task_group.py | 16 +++++++++++++
tests/serialization/test_dag_serialization.py | 2 ++
tests/utils/test_task_group.py | 29 +++++++++++++++++++++++
7 files changed, 55 insertions(+), 2 deletions(-)