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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
