potiuk commented on a change in pull request #9674:
URL: https://github.com/apache/airflow/pull/9674#discussion_r450159511
##########
File path: airflow/models/taskinstance.py
##########
@@ -1114,8 +1083,108 @@ def signal_handler(signum, frame):
session.merge(self)
session.commit()
+ def _prepare_and_execute_task_with_callbacks(self, context, session, task):
Review comment:
:heart:
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]