28 lines
583 B
JSON
Raw Normal View History

2021-08-01 14:27:44 -07:00
{
"source": {
"type": "mssql",
"config": {
"host_port": "localhost:1433",
"service_name": "local_mssql",
"database": "catalog_test",
"query": "select top 50 * from {}.{}",
2021-08-01 14:27:44 -07:00
"username": "sa",
"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": {
"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"
}
}
}