This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 43bd351 Add common parameter to example URI for MSSQL (#18404)
43bd351 is described below
commit 43bd351df17084ec8c670e712da0193503519b74
Author: Kamil BreguĊa <[email protected]>
AuthorDate: Tue Sep 21 17:39:27 2021 +0200
Add common parameter to example URI for MSSQL (#18404)
---
docs/apache-airflow/howto/set-up-database.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow/howto/set-up-database.rst
b/docs/apache-airflow/howto/set-up-database.rst
index a77ff74..fb54c60 100644
--- a/docs/apache-airflow/howto/set-up-database.rst
+++ b/docs/apache-airflow/howto/set-up-database.rst
@@ -265,7 +265,7 @@ We recommend using the ``mssql+pyodbc`` driver and
specifying it in your SqlAlch
.. code-block:: text
- mssql+pyodbc://<user>:<password>@<host>
+ mssql+pyodbc://<user>:<password>@<host>/<db>
Other configuration options