added password field in vertica config file (#3992)

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
This commit is contained in:
Onkar Ravgan 2022-04-10 00:40:43 +05:30 committed by GitHub
parent bb90df0e60
commit 3402b5f3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
"config": {
"type": "Vertica",
"username": "openmetadata_user",
"password": "",
"hostPort": "localhost:5433",
"database": "custom_database_name"
}