jrggggg commented on issue #23701:
URL: https://github.com/apache/airflow/issues/23701#issuecomment-1126144414
PostgresHook returns the same thing, unless I'm missing something
```
from airflow.providers.postgres.hooks.postgres import PostgresHook
conn = PostgresHook.get_connection("postgres_k8s_qa_new").get_uri()
print(conn)
postgres://airflow:******@masked.myorg.edu:5432/qa
```
--
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]