GitHub user dosubot[bot] added a comment to the discussion: The database is 
accessed through sqlalchemy

<!-- Answer -->
Superset can connect to any database via SQLAlchemy as long as there is a 
compatible Python DB-API driver and SQLAlchemy dialect for that database. 
Dameng is not listed among the officially supported databases, and there is no 
native Dameng engine spec in Superset, but if you have a working SQLAlchemy 
dialect for Dameng installed, you can connect it just like any other database 
by providing the correct connection string in Superset’s UI or configuration. 
The connection string format typically follows: 
`engine+driver://username:password@host:port/database` (replace `engine+driver` 
with the Dameng dialect name) 
[docs](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/docs/docs/configuration/databases.mdx).

If no SQLAlchemy dialect exists for Dameng, Superset cannot connect until one 
is available. If you do have a dialect, install it in your Superset 
environment, then configure the connection in Superset using the dialect’s 
connection string format 
[docs](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/docs/docs/configuration/databases.mdx).
 No additional Superset configuration is required beyond what is needed for any 
other SQLAlchemy-supported database.


<!-- Dosu Comment Footer -->
*To reply, just mention [@dosu](https://go.dosu.dev/dosubot).*

---
<sup>How did I do? 
[Good](https://app.dosu.dev/response-feedback/9d219a35-17cc-48d1-bd15-d8b0fb2bc8f2?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/9d219a35-17cc-48d1-bd15-d8b0fb2bc8f2?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/9d219a35-17cc-48d1-bd15-d8b0fb2bc8f2?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/9d219a35-17cc-48d1-bd15-d8b0fb2bc8f2?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/9d219a35-17cc-48d1-bd15-d8b0fb2bc8f2?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/9d219a35-17cc-48d1-bd15-d8b0fb2bc8f2?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/9d219a35-17cc-48d1-bd15-d8b0fb2bc8f2?feedback_type=other)</sup>&nbsp;&nbsp;[![Chat
 with 
Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)&
 nbsp;[![Join 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share
 on 
X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35206)

GitHub link: 
https://github.com/apache/superset/discussions/35206#discussioncomment-14452003

----
This is an automatically sent email for notifications@superset.apache.org.
To unsubscribe, please send an email to: 
notifications-unsubscr...@superset.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to