dosubot[bot] commented on issue #34130: URL: https://github.com/apache/superset/issues/34130#issuecomment-3069156334
<!-- Answer --> The "Test connection" button is only shown for databases that use the generic SQLAlchemy URI form (usually the "Other" engine type). MySQL and Clickhouse use a dynamic form based on a parameters schema, which does not include the "Test connection" button by design—this is expected and consistent with how Superset's UI is structured ([reference](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/src/features/databases/DatabaseModal/index.tsx)). To verify connectivity for these databases, save the connection and check for errors, or try browsing schemas/tables in SQL Lab. If you see schema names, basic connectivity is working. Let me know if you need help with a specific connection test or error! <!-- 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/4f176486-cc15-4382-ba7f-efa1e048a692?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/4f176486-cc15-4382-ba7f-efa1e048a692?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/4f176486-cc15-4382-ba7f-efa1e048a692?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/4f176486-cc15-4382-ba7f-efa1e048a692?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/4f176486-cc15-4382-ba7f-efa1e048a692?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/4f176486-cc15-4382-ba7f-efa1e048a692?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/4f176486-cc15-4382-ba7f-efa1e048a692?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [! [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/issues/34130) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
