dstandish commented on code in PR #32985:
URL: https://github.com/apache/airflow/pull/32985#discussion_r1280942413


##########
airflow/models/taskinstance.py:
##########
@@ -187,19 +187,28 @@ def set_current_context(context: Context) -> 
Generator[Context, None, None]:
             )
 
 
-def stop_all_tasks_in_dag(tis: list[TaskInstance], session: Session, 
task_id_to_ignore: int):
+def _stop_remaining_tasks(*, dag: DAG, tis: list[TaskInstance], 
task_id_to_ignore: str, session: Session):

Review Comment:
   no problem



-- 
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]

Reply via email to