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



##########
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:
       Should we add a database name to the example? I think it is a commonly 
used parameter. It needed to set up a database created in the paragraph above. 
   
   ```
   mssql+pyodbc://<user>:<password>@<host>
   mssql+pyodbc://<user>:<password>@<host>/<database_name>
   ```




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