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