GitBook: [#79] MSSQL - Removed " around pyodbc false

This commit is contained in:
Shilpa V 2022-01-12 18:12:26 +00:00 committed by Sriharsha Chintalapani
parent 5cdc0720a0
commit b045533f5f

View File

@ -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.*"]