Mayur Singal 88afb17ee8
issue #2611: added clickhouse connector (#2679)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-10 08:32:01 -08:00

26 lines
593 B
JSON

{
"source": {
"type": "clickhouse",
"config": {
"username":"default",
"password":"",
"database": "default",
"service_name": "local_clickhouse",
"schema_filter_pattern": {
"excludes": ["system.*","information_schema.*","INFORMATION_SCHEMA.*"]
}
}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
}
}