mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 05:26:19 +00:00
GitBook: [#79] MSSQL - Removed " around pyodbc false
This commit is contained in:
parent
5cdc0720a0
commit
b045533f5f
@ -116,8 +116,8 @@ Note: The `source.config` field in the configuration JSON will include the major
|
||||
"query": "select top 50 * from {}.{}",
|
||||
"username": "username",
|
||||
"password": "strong_password",
|
||||
"use_pymssql": "false",
|
||||
"use_pyodbc": "false",
|
||||
"use_pymssql": false,
|
||||
"use_pyodbc": false,
|
||||
"uri_string": "uri_string"
|
||||
"schema_filter_pattern": {
|
||||
"excludes": ["information_schema.*"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user