Lee-W commented on code in PR #69167:
URL: https://github.com/apache/airflow/pull/69167#discussion_r3496810290
##########
airflow-core/docs/howto/set-up-database.rst:
##########
@@ -66,7 +66,7 @@ the example below.
$ airflow config get-value database sql_alchemy_conn
sqlite:////tmp/airflow/airflow.db
-The exact format description is described in the SQLAlchemy documentation, see
`Database Urls <https://docs.sqlalchemy.org/en/14/core/engines.html>`__. We
will also show you some examples below.
+ The exact format description is described in the SQLAlchemy documentation,
see `Database Urls <https://docs.sqlalchemy.org/en/20/core/engines.html>`__. We
will also show you some examples below.
Review Comment:
```suggestion
The exact format description is described in the SQLAlchemy documentation,
see `Database Urls <https://docs.sqlalchemy.org/en/20/core/engines.html>`__. We
will also show you some examples below.
```
--
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]