mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 07:28:30 +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
|