turbaszek commented on a change in pull request #9674:
URL: https://github.com/apache/airflow/pull/9674#discussion_r450053390
##########
File path: airflow/models/taskinstance.py
##########
@@ -181,6 +181,7 @@ class TaskInstance(Base, LoggingMixin):
)
def __init__(self, task, execution_date: datetime, state: Optional[str] =
None):
+ super().__init__()
Review comment:
As far as I understand - no ->
https://stackoverflow.com/a/16310777/9713409
But it's not a problem here because we nearly never initialize the
`LoggingMixin`, I think the constructor in it is part of backward compatibility
----------------------------------------------------------------
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]