2022-02-26 21:48:49 +05:30
|
|
|
{
|
2022-04-09 13:50:24 +05:30
|
|
|
"source": {
|
|
|
|
|
"type": "clickhouse_usage",
|
|
|
|
|
"serviceName": "local_clickhouse",
|
|
|
|
|
"serviceConnection": {
|
2022-02-26 21:48:49 +05:30
|
|
|
"config": {
|
2022-04-09 13:50:24 +05:30
|
|
|
"type": "ClickHouse",
|
2022-02-26 21:48:49 +05:30
|
|
|
"username":"default",
|
|
|
|
|
"password":"",
|
2022-04-09 13:50:24 +05:30
|
|
|
"hostPort": "localhost:8123",
|
|
|
|
|
"database": "default"
|
2022-02-26 21:48:49 +05:30
|
|
|
}
|
|
|
|
|
},
|
2022-04-09 13:50:24 +05:30
|
|
|
"sourceConfig": {
|
|
|
|
|
"config": {
|
|
|
|
|
"queryLogDuration": "1"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-02-26 21:48:49 +05:30
|
|
|
"processor": {
|
|
|
|
|
"type": "query-parser",
|
|
|
|
|
"config": {
|
|
|
|
|
"filter": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"stage": {
|
|
|
|
|
"type": "table-usage",
|
|
|
|
|
"config": {
|
|
|
|
|
"filename": "/tmp/clickhouse_usage"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-04-09 13:50:24 +05:30
|
|
|
"bulkSink": {
|
2022-02-26 21:48:49 +05:30
|
|
|
"type": "metadata-usage",
|
|
|
|
|
"config": {
|
|
|
|
|
"filename": "/tmp/clickhouse_usage"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-04-09 13:50:24 +05:30
|
|
|
"workflowConfig": {
|
|
|
|
|
"openMetadataServerConfig": {
|
|
|
|
|
"hostPort": "http://localhost:8585/api",
|
|
|
|
|
"authProvider": "no-auth"
|
2022-02-26 21:48:49 +05:30
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|