diff --git a/ingestion/examples/workflows/vertica.json b/ingestion/examples/workflows/vertica.json index af47e9915ca..0e969e90310 100644 --- a/ingestion/examples/workflows/vertica.json +++ b/ingestion/examples/workflows/vertica.json @@ -6,6 +6,7 @@ "config": { "type": "Vertica", "username": "openmetadata_user", + "password": "", "hostPort": "localhost:5433", "database": "custom_database_name" }