Adding Greenplum to supported dbs

This commit is contained in:
Maxime Beauchemin 2016-11-14 15:46:24 -08:00
parent bcc1428ebf
commit 84b98c234f
1 changed files with 2 additions and 0 deletions

View File

@ -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