mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 01:12:22 +00:00
29 lines
582 B
YAML
29 lines
582 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: {}
|
|
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
|