2022-08-29 10:18:29 +05:30
|
|
|
source:
|
|
|
|
type: postgres-usage
|
|
|
|
serviceName: local_postgres
|
|
|
|
serviceConnection:
|
|
|
|
config:
|
|
|
|
type: Postgres
|
|
|
|
username: username
|
|
|
|
password: password
|
|
|
|
hostPort: localhost:5432
|
|
|
|
database: database_name
|
|
|
|
sourceConfig:
|
|
|
|
config:
|
2023-01-27 15:30:48 +01:00
|
|
|
type: DatabaseUsage
|
2022-08-29 10:18:29 +05:30
|
|
|
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
|