mirror of
https://github.com/apache/superset.git
synced 2026-04-15 14:15:15 +00:00
17 lines
275 B
Plaintext
17 lines
275 B
Plaintext
---
|
|
title: Hana
|
|
hide_title: true
|
|
sidebar_position: 22
|
|
version: 1
|
|
---
|
|
|
|
## Hana
|
|
|
|
The recommended connector library is [sqlalchemy-hana](https://github.com/SAP/sqlalchemy-hana).
|
|
|
|
The connection string is formatted as follows:
|
|
|
|
```
|
|
hana://{username}:{password}@{host}:{port}
|
|
```
|