potiuk commented on issue #55223: URL: https://github.com/apache/airflow/issues/55223#issuecomment-3251263116
See the note here: https://airflow.apache.org/docs/apache-airflow/stable/howto/connection.html#generating-a-connection-uri > The get_uri() method return the connection URI in Airflow format, not a SQLAlchemy-compatible URI. if you need a SQLAlchemy-compatible URI for database connections, use [sqlalchemy_url](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/stable/_api/airflow/providers/common/sql/hooks/sql/index.html#airflow.providers.common.sql.hooks.sql.DbApiHook.sqlalchemy_url) property instead. If you find any place where it is mentioned that getUri returns SQLAlchemy URI - can you please submit a PR correcting that and copying information above? -- 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]
