mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-08 00:28:37 +00:00
15 lines
215 B
YAML
15 lines
215 B
YAML
run_id: mssql-test
|
|
|
|
source:
|
|
type: mssql
|
|
config:
|
|
username: sa
|
|
password: test!Password
|
|
database: DemoData
|
|
host_port: localhost:51433
|
|
|
|
sink:
|
|
type: file
|
|
config:
|
|
filename: './mssql_mces.json'
|