mik-laj commented on a change in pull request #18382:
URL: https://github.com/apache/airflow/pull/18382#discussion_r712699139



##########
File path: docs/apache-airflow/howto/set-up-database.rst
##########
@@ -248,6 +248,13 @@ You can read more about transaction isolation and snapshot 
features at
    GRANT ALL PRIVILEGES ON DATABASE airflow TO airflow_user;
 
 
+We recommend using the ``mssql+pyodbc`` driver and specifying it in your 
SqlAlchemy connection string.
+
+.. code-block:: text
+
+    mssql+pyodbc://<user>:<password>@<host>

Review comment:
       On CI, we use a little more complex URI. This leads me to suppose that 
this example may be incomplete. 
https://github.com/apache/airflow/blob/c686241f4ceb62d52e9bfa607822e4b7a3c76222/scripts/ci/docker-compose/backend-mssql.yml#L23-L24




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