jscheffl commented on issue #42524:
URL: https://github.com/apache/airflow/issues/42524#issuecomment-2652263389

   > [@jscheffl](https://github.com/jscheffl) maybe this is related if not I 
can open a separate issue. I'm running `apache/airflow:2.8.1-python3.11` 
container and working with `Enum` and `StrEnum` to help me with the type 
system. The main difference between these two enum types is that `StrEnum` when 
cast to string (`f'{MyStrEnum.A}'` or `str(MyStrEnum.A)`) will auto use the 
`.value` attribute.
   
   @leoperegrino No this is a totally different issue. It might even be a 
discussion not an issue.


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