mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 08:29:09 +00:00
45 lines
904 B
JSON
45 lines
904 B
JSON
{
|
|
"source": {
|
|
"type": "clickhouse_usage",
|
|
"serviceName": "local_clickhouse",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "ClickHouse",
|
|
"username":"default",
|
|
"password":"",
|
|
"hostPort": "localhost:8123",
|
|
"database": "default"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"queryLogDuration": "1"
|
|
}
|
|
}
|
|
},
|
|
"processor": {
|
|
"type": "query-parser",
|
|
"config": {
|
|
"filter": ""
|
|
}
|
|
},
|
|
"stage": {
|
|
"type": "table-usage",
|
|
"config": {
|
|
"filename": "/tmp/clickhouse_usage"
|
|
}
|
|
},
|
|
"bulkSink": {
|
|
"type": "metadata-usage",
|
|
"config": {
|
|
"filename": "/tmp/clickhouse_usage"
|
|
}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
}
|
|
|