You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/29 11:10:32 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #21205: Replaces the usage of postgres:// with postgresql://

uranusjr commented on a change in pull request #21205:
URL: https://github.com/apache/airflow/pull/21205#discussion_r795040724



##########
File path: UPDATING.md
##########
@@ -80,7 +80,23 @@ https://developers.google.com/style/inclusive-documentation
 
 -->
 
-### Passing ``execution_date`` to ``XCom.set()``, ``XCom.clear()``, ``XCom.get_one()``, and ``XCom.get_many()`` is deprecated
+### You have to use `postgresql://` instead of `postgres://` in `sql_alchemy_conn` for SQLAlchemy 1.4.0+
+
+When you use SQLAlchemy 1.4.0+, you need ot use `postgresql://` as the database in the `sql_alchemy_conn`.

Review comment:
       ```suggestion
   When you use SQLAlchemy 1.4.0+, you need to use `postgresql://` as the database in the `sql_alchemy_conn`.
   ```




-- 
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-unsubscribe@airflow.apache.org

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