GitHub user dosubot[bot] added a comment to the discussion: how do i connect to atlas mongo db. could you share me steps if i need install any packages to docker image
<!-- Answer --> Superset does not support generic JDBC connections. JDBC is only available for specific databases where a Python SQLAlchemy dialect or DB-API wrapper exists that bridges to JDBC, such as Apache Drill (using the `drill+jdbc://...` connection string) and AWS Athena via certain third-party packages. For most databases, Superset requires a native Python driver and SQLAlchemy dialect, not a direct JDBC connection. If you need to connect to a database via JDBC, you’ll need to find or build a Python package that exposes a DB-API or SQLAlchemy interface for that database, or use an intermediary like Trino or Apache Drill that Superset can connect to natively via SQLAlchemy. More details on Drill’s JDBC setup are in the Superset docs and codebase ([example](https://github.com/apache/superset/blob/a64b9ac84f48074340d14e5cf92505627451ec52/docs/docs/configuration/databases.mdx)). <!-- 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/398c49c5-3077-4ca8-8657-37791eebbed6?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/398c49c5-3077-4ca8-8657-37791eebbed6?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/398c49c5-3077-4ca8-8657-37791eebbed6?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/398c49c5-3077-4ca8-8657-37791eebbed6?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/398c49c5-3077-4ca8-8657-37791eebbed6?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/398c49c5-3077-4ca8-8657-37791eebbed6?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/398c49c5-3077-4ca8-8657-37791eebbed6?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/33747) GitHub link: https://github.com/apache/superset/discussions/33747#discussioncomment-13437249 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
