You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2020/08/03 20:10:18 UTC

[incubator-superset] 01/01: Update installation.rst

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--docs-database-drivers
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit b09840d5f3594d942ce9897478891d89c837cb95
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Mon Aug 3 13:09:55 2020 -0700

    Update installation.rst
---
 docs/installation.rst | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/installation.rst b/docs/installation.rst
index 623c4ef..50a2b90 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -533,6 +533,10 @@ Here's a list of some of the recommended packages.
 +------------------+---------------------------------------+-------------------------------------------------+
 | Presto           | ``pip install pyhive``                | ``presto://``                                   |
 +------------------+---------------------------------------+-------------------------------------------------+
+| SAP HANA         | ``pip install hdbcli sqlalchemy-hana``|  ``hana://``                                    |
+|                  | or                                    |                                                 |
+|                  | ``pip install apache-superset[hana]`` |                                                 |
++------------------+---------------------------------------+-------------------------------------------------+
 | Snowflake        | ``pip install snowflake-sqlalchemy``  | ``snowflake://``                                |
 +------------------+---------------------------------------+-------------------------------------------------+
 | SQLite           |                                       | ``sqlite://``                                   |
@@ -544,11 +548,6 @@ Here's a list of some of the recommended packages.
 | Vertica          | ``pip install                         |  ``vertica+vertica_python://``                  |
 |                  | sqlalchemy-vertica-python``           |                                                 |
 +------------------+---------------------------------------+-------------------------------------------------+
-| Hana             | ``pip install hdbcli sqlalchemy-hana``|  ``hana://``                                    |
-|                  | or                                    |                                                 |
-|                  | ``pip install apache-superset[hana]`` |                                                 |
-+------------------+---------------------------------------+-------------------------------------------------+
-
 
 Note that many other databases are supported, the main criteria being the
 existence of a functional SqlAlchemy dialect and Python driver. Googling