diff --git a/.gitignore b/.gitignore index bc71c515de5..df3cb8bd3c4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ _images _modules superset/bin/supersetc env_py3 +envpy3 .eggs build *.db diff --git a/docs/installation.rst b/docs/installation.rst index f29453a14cb..7302c74511c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -294,6 +294,8 @@ Here's a list of some of the recommended packages. +---------------+-------------------------------------+-------------------------------------------------+ | Presto | ``pip install pyhive`` | ``presto://`` | +---------------+-------------------------------------+-------------------------------------------------+ +| Hive | ``pip install pyhive`` | ``hive://`` | ++---------------+-------------------------------------+-------------------------------------------------+ | Oracle | ``pip install cx_Oracle`` | ``oracle://`` | +---------------+-------------------------------------+-------------------------------------------------+ | sqlite | | ``sqlite://`` |