From f2f3cfbb26d3970a13076ae58bd44867f9423bdf Mon Sep 17 00:00:00 2001 From: Keagan O'Donoghue <56366381+k3agan@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:12:50 -0700 Subject: [PATCH] [Docs] - Add context for windows authentication from linux (#13356) --- .../v1.2.x-SNAPSHOT/connectors/database/mssql/index.md | 2 +- .../main/resources/ui/public/locales/en-US/Database/Mssql.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openmetadata-docs/content/v1.2.x-SNAPSHOT/connectors/database/mssql/index.md b/openmetadata-docs/content/v1.2.x-SNAPSHOT/connectors/database/mssql/index.md index 59efbd7ea77..5ac33dca10b 100644 --- a/openmetadata-docs/content/v1.2.x-SNAPSHOT/connectors/database/mssql/index.md +++ b/openmetadata-docs/content/v1.2.x-SNAPSHOT/connectors/database/mssql/index.md @@ -110,7 +110,7 @@ For details step please refer to this [link](https://docs.microsoft.com/en-us/sq #### Connection Details -- **Connection Scheme**: Defines how to connect to MSSQL. We support `mssql+pytds`, `mssql+pyodbc`, and `mssql+pymssql`. +- **Connection Scheme**: Defines how to connect to MSSQL. We support `mssql+pytds`, `mssql+pyodbc`, and `mssql+pymssql`. (If you are using windows authentication from a linux deployment please use pymssql) - **Username**: Specify the User to connect to MSSQL. It should have enough privileges to read all the metadata. - **Password**: Password to connect to MSSQL. - **Host and Port**: Enter the fully qualified hostname and port number for your MSSQL deployment in the Host and Port field. diff --git a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Mssql.md b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Mssql.md index 69b09671920..4da34220c5b 100644 --- a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Mssql.md +++ b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/Mssql.md @@ -55,9 +55,9 @@ $$section There are three schemes based on the user's requirement to fetch data from MSSQL: - **mssql+pytds**: High-performance open-source library for connecting to Microsoft SQL Server. - **mssql+pyodbc**: Cross-platform Python library that uses ODBC to connect to Microsoft SQL Server. -- *mssql+pymssql**: Python library that uses FreeTDS to connect to Microsoft SQL Server, with support for bulk data transfer and query timeouts. +- **mssql+pymssql**: Python library that uses FreeTDS to connect to Microsoft SQL Server, with support for bulk data transfer and query timeouts. -If you are unsure about this setting, keep the default value. +If you are connecting via windows authentication from a linux docker deployment please use `mssql+pymssql`. $$