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


##########
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:
   While we are in here, we should record an "audit log" against the TIs we 
stop so it shows up in the UI, otherwise it's a bit confusing that the state is 
failed but there is no task log etc.



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