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

   Thanks for runnig it @Dev-iL -> really cool you are doing it ! 
   
   > Move away from sqlalchmy-utils.
   
   We only seem to use `sqlalchmy_utils` for UUIDtype
   
   ```python
   from sqlalchemy_utils import UUIDType
   ```
   
   I guess  in sqlalchemy 2.+ there should be already an alternative type we 
can use ?
   
   
https://docs.sqlalchemy.org/en/21/core/custom_types.html#backend-agnostic-guid-type
   
   > Since version 2.0 the built-in 
[Uuid](https://docs.sqlalchemy.org/en/21/core/type_basics.html#sqlalchemy.types.Uuid)
 type that behaves similarly should be preferred. This example is presented 
just as an example of a type decorator that receives and returns python objects.
   
   Not sure about compatibility, but I would imagine it should be quite easy to 
replace it
   
   


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