You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to follow these steps before submitting your issue - thank you!
I have checked the superset logs for python stacktraces and included it here as text if there are any.
I have reproduced the issue with at least the latest released version of superset.
I have checked the issue tracker for the same issue and I haven't found one similar.
Additional context
PR #23185 Introduces support for ClickHouse Connect but the version constraints for the clickhouse-connect package do not align with the API features used in PR #23185
The PR requires at least ClickHouse Connect version 0.5.4 which is the first version that introduces the product_name common setting. ClickHouse/clickhouse-connect@d6bfb61
The text was updated successfully, but these errors were encountered:
Sorry. Forgot to open the PR. But yes, what @genzgd did in #23296 is exactly what is need for installations that use the clickhouse extras requirement in a pip installation. (tbh. most installations probably install clickhouse-connect directly without using the extras requirement ...)
Superset fails to start when installing with the
clickhouse
extra requirement.How to reproduce the bug
pip install 'apache-superset[clickhouse]'
)superset run
curl http://localhost:5000/login/
{"errors": [{"message": "Unrecognized common setting product_name", "error_type": "GENERIC_BACKEND_ERROR", "level": "error", "extra": {"issue_codes": [{"code": 1011, "message": "Issue 1011 - Superset encountered an unexpected error."}]}}]}
Expected results
Superset server functions correctly and users are able to log in successfully.
Actual results
Superset server fails to login users
Environment
(please complete the following information):
curl
3.10
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
PR #23185 Introduces support for ClickHouse Connect but the version constraints for the
clickhouse-connect
package do not align with the API features used in PR #23185The PR requires at least ClickHouse Connect version
0.5.4
which is the first version that introduces theproduct_name
common setting. ClickHouse/clickhouse-connect@d6bfb61The text was updated successfully, but these errors were encountered: