Skip to content

Commit

Permalink
Make driver version consistent in ODBC Connection (#39108)
Browse files Browse the repository at this point in the history
Update example code to be aligned and in sync
  • Loading branch information
Xtema committed May 4, 2024
1 parent 575c11e commit 54e8376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-odbc/connections/odbc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 54e8376

Please sign in to comment.