docs(databases): Update pinot.mdx to incorporate username and password based connection. (#26000)
This commit is contained in:
parent
4fc2758e6a
commit
d20f96f8d0
|
|
@ -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``
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue