2021-08-01 14:27:44 -07:00
|
|
|
{
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "mssql",
|
|
|
|
|
"config": {
|
|
|
|
|
"host_port": "localhost:1433",
|
|
|
|
|
"service_name": "local_mssql",
|
2021-09-07 09:33:04 +05:30
|
|
|
"database": "catalog_test",
|
|
|
|
|
"query": "select top 50 * from {}.{}",
|
2021-08-01 14:27:44 -07:00
|
|
|
"username": "sa",
|
2021-09-07 09:33:04 +05:30
|
|
|
"password": "test!Password",
|
2021-08-15 01:20:12 +05:30
|
|
|
"filter_pattern": {
|
2021-08-10 11:28:15 -07:00
|
|
|
"excludes": ["catalog_test.*"]
|
2021-08-01 14:27:44 -07:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sink": {
|
2021-09-07 09:33:04 +05:30
|
|
|
"type": "metadata-rest",
|
|
|
|
|
"config": {}
|
2021-08-01 14:27:44 -07:00
|
|
|
},
|
|
|
|
|
"metadata_server": {
|
|
|
|
|
"type": "metadata-server",
|
|
|
|
|
"config": {
|
|
|
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
|
|
|
"auth_provider_type": "no-auth"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|