dosubot[bot] commented on issue #34130: URL: https://github.com/apache/superset/issues/34130#issuecomment-3067788081
<!-- Answer --> Seeing schema names in SQL Lab does mean Superset was able to connect to your MySQL and Clickhouse databases and fetch metadata, so basic connectivity is working. The "Test Connection" button is part of the database connection modal in Superset 5.0.0. To find it: go to Settings → Database Connections, click "Add" (or edit an existing connection), and in the modal that appears, look for the "Basic" tab. If you are using the SQLAlchemy URI form, you should see a "Test connection" button near the bottom of the form. Clicking it will send your connection details to the backend and show a success or error message based on the result. This feature is confirmed to be present and working in 5.0.0 ([see implementation](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx)). If you don't see the button, possible reasons include: not being in "add" or "edit" mode, not using the SQLAlchemy URI form, or a UI bug. If the button is missing, saving the connection and checking for errors, or confirming that schemas appear in SQL Lab (as you did), are good proxies for connectivity. Let me know if you still can't find the button or if you see something different in your UI. <!-- 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/bdf92ce5-35b2-48d0-9b9b-289466bbeb1d?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/bdf92ce5-35b2-48d0-9b9b-289466bbeb1d?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/bdf92ce5-35b2-48d0-9b9b-289466bbeb1d?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/bdf92ce5-35b2-48d0-9b9b-289466bbeb1d?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/bdf92ce5-35b2-48d0-9b9b-289466bbeb1d?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/bdf92ce5-35b2-48d0-9b9b-289466bbeb1d?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/bdf92ce5-35b2-48d0-9b9b-289466bbeb1d?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]
