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:17 UTC

[incubator-superset] branch john-bodley--docs-database-drivers created (now b09840d)

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

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


      at b09840d  Update installation.rst

This branch includes the following new commits:

     new b09840d  Update installation.rst

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by jo...@apache.org.
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