This is an automated email from the ASF dual-hosted git repository.
taragolis 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 54e8376887 Make driver version consistent in ODBC Connection (#39108)
54e8376887 is described below
commit 54e8376887e98d0553ac4145a292b4bb884f81ef
Author: BRRC <[email protected]>
AuthorDate: Sat May 4 23:42:19 2024 +0100
Make driver version consistent in ODBC Connection (#39108)
Update example code to be aligned and in sync
---
docs/apache-airflow-providers-odbc/connections/odbc.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow-providers-odbc/connections/odbc.rst
b/docs/apache-airflow-providers-odbc/connections/odbc.rst
index 3c53870f8e..b7d913083b 100644
--- a/docs/apache-airflow-providers-odbc/connections/odbc.rst
+++ b/docs/apache-airflow-providers-odbc/connections/odbc.rst
@@ -96,7 +96,7 @@ Extra (optional)
.. code-block::
- DRIVER={ODBC Driver 17 for SQL
Server};ApplicationIntent=ReadOnly;TrustedConnection=Yes;
+ DRIVER={ODBC Driver 18 for SQL
Server};ApplicationIntent=ReadOnly;TrustedConnection=Yes;
See `DSN and Connection String Keywords and Attributes
<https://docs.microsoft.com/en-us/sql/connect/odbc/dsn-connection-string-attribute?view=sql-server-ver15>`_
for more info.