amoghrajesh commented on code in PR #49045:
URL: https://github.com/apache/airflow/pull/49045#discussion_r2037274031


##########
airflow-core/src/airflow/models/taskinstance.py:
##########
@@ -392,7 +392,7 @@ def set_current_context(context: Context) -> 
Generator[Context, None, None]:
             )
 
 
-def _stop_remaining_tasks(*, task_instance: TaskInstance, session: Session):
+def _stop_remaining_tasks(*, task_instance: TaskInstance, 
task_teardown_map=None, session: Session):

Review Comment:
   Handled it in 25abe363862861ababb4ee7c38c6b2dc52ee7df2



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