codekronik opened a new issue, #27474:
URL: https://github.com/apache/airflow/issues/27474

   ### Apache Airflow version
   
   2.4.2
   
   ### What happened
   
   This creates a deprecated URI string. I've added a new connection, using 
`get_uri()` returns a URI with `postgres://` instead of `postgressql://` so 
it's incompatible with a few libs. Should this be updated to return valid 
format URI ?
   
   ### What you think should happen instead
   
   The URI should return URI with `postgresql://` prefix.
   
   ### How to reproduce
   
   Add a new postgres connection, pull up the Connection by ID in DAG and try 
using it directly with SQLAlchemy
   
   ### Operating System
   
   Debian
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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