Add `impyla` to recommended packages for Impala (#649)

This commit is contained in:
Lech Jankovski 2016-06-21 19:41:24 +03:00 committed by Maxime Beauchemin
parent d71a67cdad
commit ff44e46d7b
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ Here's a list of some of the recommended packages.
+---------------+-------------------------------------+-------------------------------------------------+
| MSSQL | ``pip install pymssql`` | ``mssql://`` |
+---------------+-------------------------------------+-------------------------------------------------+
| Impala | ``pip install impyla`` | ``impala://`` |
+---------------+-------------------------------------+-------------------------------------------------+
Note that many other database are supported, the main criteria being the
existence of a functional SqlAlchemy dialect and Python driver. Googling