potiuk commented on PR #40920:
URL: https://github.com/apache/airflow/pull/40920#issuecomment-2241794277

   ```python
   >>> from airflow.utils.types import AttributeRemoved
   >>> a = AttributeRemoved("aaaa")
   >>> a.bbb
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "/Users/jarek/IdeaProjects/airflow/airflow/utils/types.py", line 60, 
in __getattr__
       raise RuntimeError(
   RuntimeError: Attribute aaaa was removed on serialization and must be set 
again - found when accessing bbb.
   >>> a.__class__ is AttributeRemoved
   True
   >>>
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to