Open
Description
Bug description
ClickHouse keeps connecting, and the api/v1/database/ endpoint remains in a pending state.
The log:
Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
2025-05-06 10:25:40,427:DEBUG:superset.models.core:Database._get_sqla_engine(). Masked URL: clickhousedb+connect://root:[email protected]:18123/default
2025-05-06 10:25:40,475:DEBUG:superset.stats_logger:[stats_logger] (incr) DatabaseRestApi.validate_parameters.success
2025-05-06 10:25:40,475:DEBUG:superset.stats_logger:[stats_logger] (timing) DatabaseRestApi.validate_parameters.time | 197.6319900713861
192.168.1.120 - - [06/May/2025:10:25:40 +0000] "POST /api/v1/database/validate_parameters/ HTTP/1.1" 200 22 "http://192.168.1.88:8088/superset/dashboard/2/?native_filters_key=PWRL-FxDwklK_dEowJYelWodxKGwf9rONiFRWvY6OA_m-OQGKDEMBjOS37nHREQW" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36"
2025-05-06 10:25:40,565:DEBUG:superset.stats_logger:[stats_logger] (incr) test_connection_attempt
2025-05-06 10:25:40,580:DEBUG:superset.models.core:Database._get_sqla_engine(). Masked URL: clickhousedb+connect://root:[email protected]:18123/default
2025-05-06 10:25:40,625:DEBUG:superset.stats_logger:[stats_logger] (incr) test_connection_success
2025-05-06 10:25:40,766:DEBUG:superset.stats_logger:[stats_logger] (incr) health
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
- I have searched Superset docs and Slack and didn't find a solution to my problem.
- I have searched the GitHub issue tracker and didn't find a similar bug report.
- I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.