mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
27 lines
585 B
JSON
27 lines
585 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|