mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-13 12:08:47 +00:00
30 lines
604 B
YAML
30 lines
604 B
YAML
![]() |
source:
|
||
|
type: postgres-usage
|
||
|
serviceName: local_postgres
|
||
|
serviceConnection:
|
||
|
config:
|
||
|
type: Postgres
|
||
|
username: username
|
||
|
password: password
|
||
|
hostPort: localhost:5432
|
||
|
database: database_name
|
||
|
sourceConfig:
|
||
|
config:
|
||
|
queryLogDuration: 1
|
||
|
processor:
|
||
|
type: query-parser
|
||
|
config: {}
|
||
|
stage:
|
||
|
type: table-usage
|
||
|
config:
|
||
|
filename: /tmp/postgres_usage
|
||
|
bulkSink:
|
||
|
type: metadata-usage
|
||
|
config:
|
||
|
filename: /tmp/postgres_usage
|
||
|
workflowConfig:
|
||
|
loggerLevel: DEBUG
|
||
|
openMetadataServerConfig:
|
||
|
hostPort: http://localhost:8585/api
|
||
|
authProvider: no-auth
|