utkarsharma2 commented on code in PR #30478:
URL: https://github.com/apache/airflow/pull/30478#discussion_r1158118061
##########
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:
@tquazi It would be nice if we can add new param to docstring :)
--
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]