mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
docs(databases): Update pinot.mdx to incorporate username and password based connection. (#26000)
This commit is contained in:
@@ -14,3 +14,9 @@ The expected connection string is formatted as follows:
|
||||
```
|
||||
pinot+http://<pinot-broker-host>:<pinot-broker-port>/query?controller=http://<pinot-controller-host>:<pinot-controller-port>/``
|
||||
```
|
||||
|
||||
The expected connection string using username and password is formatted as follows:
|
||||
|
||||
```
|
||||
pinot://<username>:<password>@<pinot-broker-host>:<pinot-broker-port>/query/sql?controller=http://<pinot-controller-host>:<pinot-controller-port>/verify_ssl=true``
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user