mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat: support databend for superset (#23308)
This commit is contained in:
23
docs/docs/databases/databend.mdx
Normal file
23
docs/docs/databases/databend.mdx
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: Databend
|
||||
hide_title: true
|
||||
sidebar_position: 39
|
||||
version: 1
|
||||
---
|
||||
|
||||
## Databend
|
||||
|
||||
The recommended connector library for Databend is [databend-sqlalchemy](https://pypi.org/project/databend-sqlalchemy/).
|
||||
Superset has been tested on `databend-sqlalchemy>=0.2.3`.
|
||||
|
||||
The recommended connection string is:
|
||||
|
||||
```
|
||||
databend://{username}:{password}@{host}:{port}/{database_name}
|
||||
```
|
||||
|
||||
Here's a connection string example of Superset connecting to a Databend database:
|
||||
|
||||
```
|
||||
databend://user:password@localhost:8000/default?secure=false
|
||||
```
|
||||
Reference in New Issue
Block a user