uranusjr commented on code in PR #32122:
URL: https://github.com/apache/airflow/pull/32122#discussion_r1298112077


##########
airflow/decorators/task_group.py:
##########
@@ -184,6 +184,7 @@ def task_group(
     ui_color: str = "CornflowerBlue",
     ui_fgcolor: str = "#000",
     add_suffix_on_collision: bool = False,
+    max_active_groups_per_dagrun: int | None = None,

Review Comment:
   Note that nested expansion may still happen at some point if someone asks 
for it. It’d be best if this is designed in a way so it leaves enough room to 
avoid a rewrite in the future.



##########
airflow/decorators/task_group.py:
##########
@@ -184,6 +184,7 @@ def task_group(
     ui_color: str = "CornflowerBlue",
     ui_fgcolor: str = "#000",
     add_suffix_on_collision: bool = False,
+    max_active_groups_per_dagrun: int | None = None,

Review Comment:
   Note that nested expansion may still happen at some point if someone asks 
for it. It’d be best if this is designed in a way so it leaves enough room to 
avoid a rewrite in the future.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to