Taragolis commented on code in PR #37749:
URL: https://github.com/apache/airflow/pull/37749#discussion_r1504622228


##########
docs/apache-airflow/howto/set-up-database.rst:
##########
@@ -198,12 +198,6 @@ in the Postgres documentation to learn more.
 
    Details in the `SQLAlchemy Changelog 
<https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-3687655465c25a39b968b4f5f6e9170b>`_.
 
-We recommend using the ``psycopg2`` driver and specifying it in your 
SqlAlchemy connection string.
-
-.. code-block:: text
-
-   postgresql+psycopg2://<user>:<password>@<host>/<db>

Review Comment:
   > postgres+psycopg2 is a bad scheme
   
   postgres**ql**+psycopg2 `!=` postgres+psycopg2



-- 
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]

Reply via email to