2021-08-15 01:20:12 +05:30

41 lines
759 B
JSON

{
"source": {
"type": "mssql",
"config": {
"host_port": "localhost:1433",
"service_name": "local_mssql",
"service_type": "MSSQL",
"database":"catalog_test",
"username": "sa",
"password": "test!Password",
"filter_pattern": {
"excludes": ["catalog_test.*"]
}
}
},
"processor": {
"type": "pii",
"config": {
}
},
"sink": {
"type": "metadata-rest-tables",
"config": {
}
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
},
"cron": {
"minute": "*/5",
"hour": null,
"day": null,
"month": null,
"day_of_week": null
}
}