potiuk commented on issue #20484: URL: https://github.com/apache/airflow/issues/20484#issuecomment-1018646973
> perhaps I am misunderstanding something, but to me it looks like somewhere (didn't find where) there seems to be a hardcoded prefix 'postgres://' for connections. that surely will break after the 1.4. upgrade and would have to be 'postgresql://':  Not really this is "Airflow" connection to connect to Postgres via "postgres provider" - it's not even an SQLAlchemy connection - we are using DBApi and Postgres Provider exposes plain old "SQL" interface to Postgres Provider (It would be next to impossible to have generic SQLAlchemy ORM interface). -- 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]
