mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Add support for database engine SAP Hana (#8411)
* Add support for database engine SAP Hana * Support hana services Increase time, minute, and second * Fix hana return string * Fix formatting errors
This commit is contained in:
@@ -404,12 +404,24 @@ 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 superset[hana]`` | |
|
||||
+------------------+---------------------------------------+-------------------------------------------------+
|
||||
|
||||
|
||||
Note that many other databases are supported, the main criteria being the
|
||||
existence of a functional SqlAlchemy dialect and Python driver. Googling
|
||||
the keyword ``sqlalchemy`` in addition of a keyword that describes the
|
||||
database you want to connect to should get you to the right place.
|
||||
|
||||
Hana
|
||||
------------
|
||||
|
||||
The connection string for Hana looks like this ::
|
||||
|
||||
hana://{username}:{password}@{host}:{port}
|
||||
|
||||
|
||||
(AWS) Athena
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user