mirror of
https://github.com/apache/superset.git
synced 2026-09-01 21:11:28 +00:00
fix(engine): update databend engine spec for dialect version >=0.4.6 (#28627)
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
57d6e5c637
commit
de93a19b3c
@@ -423,7 +423,7 @@ echo "sqlalchemy-cratedb" >> ./docker/requirements-local.txt
|
||||
#### 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`.
|
||||
Superset has been tested on `databend-sqlalchemy>=0.5.5`.
|
||||
|
||||
The recommended connection string is:
|
||||
|
||||
@@ -434,7 +434,7 @@ 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
|
||||
databend://user:password@localhost:8000/default?sslmode=disable
|
||||
```
|
||||
|
||||
#### Databricks
|
||||
|
||||
Reference in New Issue
Block a user