mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-14 04:29:21 +00:00
21 lines
446 B
YAML
21 lines
446 B
YAML
![]() |
source:
|
||
|
type: postgres
|
||
|
serviceName: local_postgres
|
||
|
serviceConnection:
|
||
|
config:
|
||
|
type: Postgres
|
||
|
username: openmetadata_user
|
||
|
password: openmetadata_password
|
||
|
hostPort: localhost:5432
|
||
|
database: pagila
|
||
|
sourceConfig:
|
||
|
config:
|
||
|
enableDataProfiler: false
|
||
|
sink:
|
||
|
type: metadata-rest
|
||
|
config: {}
|
||
|
workflowConfig:
|
||
|
openMetadataServerConfig:
|
||
|
hostPort: http://localhost:8585/api
|
||
|
authProvider: no-auth
|