mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
32 lines
701 B
Plaintext
32 lines
701 B
Plaintext
---
|
|
title: Vertica
|
|
hide_title: true
|
|
sidebar_position: 32
|
|
version: 1
|
|
---
|
|
|
|
## Vertica
|
|
|
|
The recommended connector library is
|
|
[sqlalchemy-vertica-python](https://pypi.org/project/sqlalchemy-vertica-python/). The
|
|
[Vertica](http://www.vertica.com/) connection parameters are:
|
|
|
|
- **User Name:** UserName
|
|
- **Password:** DBPassword
|
|
- **Database Host:**
|
|
- For Localhost : localhost or 127.0.0.1
|
|
- For On Prem : IP address or Host name
|
|
- For Cloud: IP Address or Host Name
|
|
- **Database Name:** Database Name
|
|
- **Port:** default 5433
|
|
|
|
The connection string is formatted as follows:
|
|
|
|
```
|
|
vertica+vertica_python://{username}:{password}@{host}/{database}
|
|
```
|
|
|
|
Other parameters:
|
|
|
|
- Load Balancer - Backup Host
|