potiuk commented on a change in pull request #18382:
URL: https://github.com/apache/airflow/pull/18382#discussion_r712862192



##########
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:
       This is the default one from the sqlalchemy docs:
   
   https://docs.sqlalchemy.org/en/14/core/engines.html#microsoft-sql-server 
   
   We use mor complex one, but those are optional parameters, and I wouldn't 
dive into details of it (especially not before we have first users using 'for 
real' and making comments about it.




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