mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-02 02:17:21 +00:00
26 lines
593 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
|