From 54e8376887e98d0553ac4145a292b4bb884f81ef Mon Sep 17 00:00:00 2001 From: BRRC Date: Sat, 4 May 2024 23:42:19 +0100 Subject: [PATCH] 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 3c53870f8eece..b7d913083b437 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 `_ for more info.