mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
21 lines
436 B
YAML
21 lines
436 B
YAML
source:
|
|
type: db2
|
|
serviceName: local_db2
|
|
serviceConnection:
|
|
config:
|
|
type: Db2
|
|
username: openmetadata_user
|
|
password: openmetadata_password
|
|
hostPort: localhost:50000
|
|
databaseSchema: default
|
|
sourceConfig:
|
|
config:
|
|
type: DatabaseMetadata
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|