superset/docs/docs/connecting-to-databases/pinot.mdx

17 lines
329 B
Plaintext

---
title: Apache Pinot
hide_title: true
sidebar_position: 12
version: 1
---
## Apache Pinot
The recommended connector library for Apache Pinot is [pinotdb](https://pypi.org/project/pinotdb/).
The expected connection string is formatted as follows:
```
pinot+http://controller:5436/query?server=http://controller:5983/``
```