tirkarthi commented on issue #41563:
URL: https://github.com/apache/airflow/issues/41563#issuecomment-2296053421

   It looks like `__name__` is not present on instance of a class and in this 
case a notifier instance is used in the callback. The change was added in 
#38892.
   
   Docs : 
`https://docs.python.org/3.10/library/stdtypes.html#definition.__name__`
   
   > 
definition.__name__[ΒΆ](https://docs.python.org/3.10/library/stdtypes.html#definition.__name__)
   > The name of the class, function, method, descriptor, or generator instance.
   
   
https://stackoverflow.com/questions/14514838/why-do-python-instances-have-no-name-attribute
   
   cc: @romsharon98 


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