mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
34 lines
782 B
JSON
34 lines
782 B
JSON
{
|
|
"source": {
|
|
"type": "clickhouse",
|
|
"serviceName": "local_clickhouse",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Clickhouse",
|
|
"username":"default",
|
|
"password":"",
|
|
"hostPort": "localhost:8123",
|
|
"database": "default"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"enableDataProfiler": false,
|
|
"schemaFilterPattern":{
|
|
"excludes": ["system.*","information_schema.*","INFORMATION_SCHEMA.*"]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
}
|
|
|