From 84b98c234f852550ecf536e4a6e7ce2d7ebc5df6 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 14 Nov 2016 15:46:24 -0800 Subject: [PATCH] Adding Greenplum to supported dbs --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 3f1bdf273..92baeffb0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -203,6 +203,8 @@ Here's a list of some of the recommended packages. +---------------+-------------------------------------+-------------------------------------------------+ | SparkSQL | ``pip install pyhive`` | ``jdbc+hive://`` | +---------------+-------------------------------------+-------------------------------------------------+ +| Greenplum | ``pip install psycopg2`` | ``postgresql+psycopg2://`` | ++---------------+-------------------------------------+-------------------------------------------------+ Note that many other database are supported, the main criteria being the existence of a functional SqlAlchemy dialect and Python driver. Googling