From ff44e46d7b31c0fc81d660fbbb6bc8c0f38943b6 Mon Sep 17 00:00:00 2001 From: Lech Jankovski Date: Tue, 21 Jun 2016 19:41:24 +0300 Subject: [PATCH] Add `impyla` to recommended packages for Impala (#649) --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index c62befc3b0b76..58651a9324b48 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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