mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-25 23:22:21 +00:00
21 lines
446 B
YAML
21 lines
446 B
YAML
|
|
source:
|
||
|
|
type: db2
|
||
|
|
serviceName: local_db2
|
||
|
|
serviceConnection:
|
||
|
|
config:
|
||
|
|
type: Db2
|
||
|
|
username: openmetadata_user
|
||
|
|
password: openmetadata_password
|
||
|
|
hostPort: localhost:50000
|
||
|
|
database: custom_database_name
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
enableDataProfiler: false
|
||
|
|
sink:
|
||
|
|
type: metadata-rest
|
||
|
|
config: {}
|
||
|
|
workflowConfig:
|
||
|
|
openMetadataServerConfig:
|
||
|
|
hostPort: http://localhost:8585/api
|
||
|
|
authProvider: no-auth
|