mik-laj commented on a change in pull request #18362:
URL: https://github.com/apache/airflow/pull/18362#discussion_r711804728
##########
File path: docs/apache-airflow/howto/set-up-database.rst
##########
@@ -226,6 +227,27 @@ For more information regarding setup of the PostgresSQL
connection, see `Postgre
hba
+Setting up a MsSQL Database
+---------------------------
+
+You need to create a database and a database user that Airflow will use to
access this database.
+In the example below, a database ``airflow_db`` and user with username
``airflow_user`` with password ``airflow_pass`` will be created.
Review comment:
```suggestion
In the example below, a database ``airflow_db`` and user with username
``airflow_user`` with password ``airflow_pass123%`` will be created.
```
--
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]