ashb commented on a change in pull request #10917:
URL: https://github.com/apache/airflow/pull/10917#discussion_r518714599
##########
File path: airflow/models/taskinstance.py
##########
@@ -1308,6 +1296,29 @@ def _run_execute_callback(self, context, task):
self.log.error("Failed when executing execute callback")
self.log.exception(exc)
+ def run_finished_callback(self) -> None:
Review comment:
```suggestion
def _run_finished_callback(self) -> None:
```
Since it should be "private"
----------------------------------------------------------------
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]