Update docs for pinot support (#6865)

This commit is contained in:
agrawaldevesh 2019-02-14 10:56:36 -08:00 committed by Beto Dealmeida
parent 60d5f89faa
commit 2132522fbb
1 changed files with 2 additions and 0 deletions

View File

@ -382,6 +382,8 @@ Here's a list of some of the recommended packages.
+---------------+-------------------------------------+-------------------------------------------------+
| Teradata | ``pip install sqlalchemy-teradata`` | ``teradata://`` |
+---------------+-------------------------------------+-------------------------------------------------+
| Pinot | ``pip install pinotdb`` | ``pinot+http://controller:5436/query?server=http://controller:5983/`` |
+---------------+-------------------------------------+-------------------------------------------------+
Note that many other databases are supported, the main criteria being the
existence of a functional SqlAlchemy dialect and Python driver. Googling