From 2132522fbb1c92173de3c71cd940f4e78a917622 Mon Sep 17 00:00:00 2001 From: agrawaldevesh Date: Thu, 14 Feb 2019 10:56:36 -0800 Subject: [PATCH] Update docs for pinot support (#6865) --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 85183c04b..a5d865e6a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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