diff --git a/.gitignore b/.gitignore index bc71c515de500..df3cb8bd3c459 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 06afbc637a999..b89c025f19241 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://`` |