27 lines
560 B
YAML
27 lines
560 B
YAML
|
|
source:
|
||
|
|
type: postgres
|
||
|
|
serviceName: atc_postgres
|
||
|
|
serviceConnection:
|
||
|
|
config:
|
||
|
|
type: Postgres
|
||
|
|
username: mo
|
||
|
|
authType:
|
||
|
|
password: Dell2026!
|
||
|
|
hostPort: 10.0.21.51:5432
|
||
|
|
database: postgres
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
type: DatabaseMetadata
|
||
|
|
schemaFilterPattern:
|
||
|
|
includes:
|
||
|
|
- public
|
||
|
|
sink:
|
||
|
|
type: metadata-rest
|
||
|
|
config: {}
|
||
|
|
workflowConfig:
|
||
|
|
openMetadataServerConfig:
|
||
|
|
hostPort: http://openmetadata-server:8585/api
|
||
|
|
authProvider: openmetadata
|
||
|
|
securityConfig:
|
||
|
|
jwtToken: "__JWT__"
|