Skip to content

Commit

Permalink
docs(databases): Update pinot.mdx to incorporate username and passwor…
Browse files Browse the repository at this point in the history
…d based connection. (apache#26000)
  • Loading branch information
raamri authored and josedev-union committed Jan 22, 2024
1 parent 32645dc commit d7a988d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/databases/pinot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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``
```

0 comments on commit d7a988d

Please sign in to comment.