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


##########
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:
   Yes. `postgres+psycopg2` used to be possible in sqlalchemy but it's been 
deprecated and removed, So our recommendation is correct.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to