From 8fb304d665263942749a8a782848c2f41b7ad149 Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Wed, 12 Aug 2020 09:58:42 -0700 Subject: [PATCH] docs: Update engine installation (#10509) * Update installation.rst * Update installation.rst Co-authored-by: John Bodley --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 202f37ac4d705..19f471e305494 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -522,8 +522,6 @@ Here's a list of some of the recommended packages. +------------------+-------------------------------------------------------------------+-------------------------------------------------+ | Google Sheets | ``"apache-superset[gsheets]"`` | ``gsheets://`` | +------------------+-------------------------------------------------------------------+-------------------------------------------------+ -| Hana | ``"apache-superset[hana]"`` | ``hana://`` | -+------------------+-------------------------------------------------------------------+-------------------------------------------------+ | IBM Db2 | ``"apache-superset[db2]"`` | ``db2+ibm_db://`` | +------------------+-------------------------------------------------------------------+-------------------------------------------------+ | MySQL | ``"apache-superset[mysql]"`` | ``mysql://`` | @@ -534,6 +532,8 @@ Here's a list of some of the recommended packages. +------------------+-------------------------------------------------------------------+-------------------------------------------------+ | Presto | ``"apache-superset[presto]"`` | ``presto://`` | +------------------+-------------------------------------------------------------------+-------------------------------------------------+ +| SAP HANA | ``"apache-superset[hana]"`` | ``hana://`` | ++------------------+-------------------------------------------------------------------+-------------------------------------------------+ | Snowflake | ``"apache-superset[snowflake]"`` | ``snowflake://`` | +------------------+-------------------------------------------------------------------+-------------------------------------------------+ | SQLite | | ``sqlite://`` |