mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 20:19:31 +00:00
30 lines
594 B
YAML
30 lines
594 B
YAML
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
|