mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-14 10:18:23 +00:00
[Docs] - Add context for windows authentication from linux (#13356)
This commit is contained in:
parent
314efe918d
commit
f2f3cfbb26
@ -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.
|
||||
|
@ -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`.
|
||||
|
||||
$$
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user