This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 2132522 Update docs for pinot support (#6865)
2132522 is described below
commit 2132522fbb1c92173de3c71cd940f4e78a917622
Author: agrawaldevesh <[email protected]>
AuthorDate: Thu Feb 14 10:56:36 2019 -0800
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 85183c0..a5d865e 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