PostgreSQL Connection URI from API Server UI #51309
Unanswered
raipier8818
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'd like to get a postgres connection uri from the connection saved in api server ui, but it saved the connection uri to
postgres://
. So if I extract and use it without replacement, then connection can't work throwing this error:So, I have to replace the prefix of connection to
postresql://
like next code, then it works.I'd like to know about the reason that postgreSQL connection must have that prefix in connection and if there is a proper way to use postgreSQL connection in airflow not my way.
Beta Was this translation helpful? Give feedback.
All reactions