Vertica
Connection Parameters
Required parameters:
- user: Database user name
- password: Database password
- host: Vertica server hostname
- database: Database name
Connection String Format
vertica://<user>:<password>@<host>/<database>
Example
vertica://dbadmin:[email protected]/vmart
Additional Notes
- Default schema is ‘public’ if not specified
- Supports both regular tables and views