mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
24 lines
460 B
YAML
24 lines
460 B
YAML
|
|
source:
|
||
|
|
type: athena-usage
|
||
|
|
serviceName: local_athena
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
type: DatabaseUsage
|
||
|
|
queryLogDuration: 1
|
||
|
|
resultLimit: 1000
|
||
|
|
processor:
|
||
|
|
type: query-parser
|
||
|
|
config: {}
|
||
|
|
stage:
|
||
|
|
type: table-usage
|
||
|
|
config:
|
||
|
|
filename: /tmp/athena_usage
|
||
|
|
bulkSink:
|
||
|
|
type: metadata-usage
|
||
|
|
config:
|
||
|
|
filename: /tmp/athena_usage
|
||
|
|
workflowConfig:
|
||
|
|
openMetadataServerConfig:
|
||
|
|
hostPort: http://localhost:8585/api
|
||
|
|
authProvider: no-auth
|