jrggggg commented on issue #23701:
URL: https://github.com/apache/airflow/issues/23701#issuecomment-1126115263
This connection was just created via the Connections gui
```
from airflow.hooks.base import BaseHook
conn = BaseHook.get_connection("postgres_k8s_qa_new").get_uri()
[2022-05-13 14:17:07,179] {base.py:68} INFO - Using connection ID
'postgres_k8s_qa_new' for task execution.
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]