Mayur Singal b709a8055e
Fixed MSSQL Source (#3877)
Fixed MSSQL Source (#3877)
2022-04-06 14:21:46 +02:00

32 lines
659 B
JSON

{
"source": {
"type": "mssql",
"serviceName": "local_mssql",
"serviceConnection": {
"config": {
"type": "MSSQL",
"database": "catalog_test",
"username": "sa",
"password": "test!Password",
"hostPort": "localhost:1433"
}
},
"sourceConfig": {
"config": {
"enableDataProfiler": false,
"sampleDataQuery": "select top 50 * from [{}].[{}]"
}
}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}