mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-01 01:56:04 +00:00
21 lines
438 B
YAML
21 lines
438 B
YAML
|
|
source:
|
||
|
|
type: vertica
|
||
|
|
serviceName: local_vertica
|
||
|
|
serviceConnection:
|
||
|
|
config:
|
||
|
|
type: Vertica
|
||
|
|
username: openmetadata_user
|
||
|
|
password: ''
|
||
|
|
hostPort: localhost:5433
|
||
|
|
database: custom_database_name
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
enableDataProfiler: false
|
||
|
|
sink:
|
||
|
|
type: metadata-rest
|
||
|
|
config: {}
|
||
|
|
workflowConfig:
|
||
|
|
openMetadataServerConfig:
|
||
|
|
hostPort: http://localhost:8585/api
|
||
|
|
authProvider: no-auth
|