dosubot[bot] commented on issue #34630: URL: https://github.com/apache/superset/issues/34630#issuecomment-3172625444
<!-- Answer --> This issue is likely caused by a frontend data-handling or rendering bug, not by a difference in backend logic between Postgres and Presto. Both engines are designed to expose similar advanced config features, and the backend API provides a consistent schema for both. The frontend (specifically the DatabaseModal and ExtraOptions components) relies on the presence and structure of the `parameters` field in the `/api/v1/database/available/` response to determine if the advanced config menu should open. If the API response for Postgres is missing or malformed, or if the frontend code has stricter checks or regressions, the menu may not open as expected. There are no recent changes or tickets directly addressing this, and no evidence of a backend schema difference for Postgres vs Presto. The most likely cause is a frontend bug in how the API response for Postgres is handled or rendered in the UI. [See supporting code and logic](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/src/features/databases/DatabaseModal/index.tsx) <!-- 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/0002b4bb-c8d6-4c15-b955-b9ee72330a59?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/0002b4bb-c8d6-4c15-b955-b9ee72330a59?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/0002b4bb-c8d6-4c15-b955-b9ee72330a59?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/0002b4bb-c8d6-4c15-b955-b9ee72330a59?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/0002b4bb-c8d6-4c15-b955-b9ee72330a59?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/0002b4bb-c8d6-4c15-b955-b9ee72330a59?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/0002b4bb-c8d6-4c15-b955-b9ee72330a59?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](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/issues/34630) -- 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]
