Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update tests
  • Loading branch information
hsheth2 committed Jun 5, 2021
commit fb0ce85dbf5b5b55bb24db8878b4da75c3e2bfc1
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/ingestion/source/mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SQLServerConfig(BasicSQLAlchemyConfig):
scheme = "mssql+pytds"

use_odbc: bool = False
uri_args: Dict[str, str]
uri_args: Dict[str, str] = {}

@pydantic.validator("uri_args")
def passwords_match(cls, v, values, **kwargs):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ source:
password: test!Password
database: DemoData
host_port: localhost:51433
use_odbc: False
uri_args: {}
# use_odbc: True
# uri_args:
# driver: "ODBC Driver 17 for SQL Server"

sink:
type: file
Expand Down