18 lines
300 B
YAML

run_id: mssql-test
source:
type: mssql
config:
username: sa
password: test!Password
database: DemoData
host_port: localhost:51433
# use_odbc: True
# uri_args:
# driver: "ODBC Driver 17 for SQL Server"
sink:
type: file
config:
filename: "./mssql_mces.json"