tquazi commented on code in PR #30478:
URL: https://github.com/apache/airflow/pull/30478#discussion_r1160325964
##########
airflow/models/dag.py:
##########
@@ -1840,6 +1840,7 @@ def set_task_instance_state(
past: bool = False,
commit: bool = True,
session=NEW_SESSION,
+ group_id: str | None = None,
Review Comment:
I have implemented a new method `set_task_group_state` for this
functionality. This looks much cleaner now.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]