mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 17:30:35 +00:00
23 lines
532 B
YAML
23 lines
532 B
YAML
source:
|
|
type: postgres
|
|
serviceName: local_postgres
|
|
serviceConnection:
|
|
config:
|
|
type: Postgres
|
|
username: openmetadata_user
|
|
password: openmetadata_password
|
|
hostPort: localhost:5432
|
|
sourceConfig:
|
|
config:
|
|
type: Profiler
|
|
fqnFilterPattern: <table FQN filtering regex>
|
|
processor:
|
|
type: orm-profiler
|
|
config: {}
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: <OpenMetadata host and port>
|
|
authProvider: <OpenMetadata auth provider> |