dosubot[bot] commented on issue #33544: URL: https://github.com/apache/superset/issues/33544#issuecomment-2895417053
<!-- Greeting --> Hello @SuperEdison! I'm here to help you with bugs, answer your questions, and assist you in becoming a contributor. While you wait for a human maintainer, feel free to ask me anything! <!-- Answer --> Superset is unable to load tables after installing the StarRocks driver due to a SQLAlchemy version conflict. Superset requires `sqlalchemy==1.4.54`, while the latest StarRocks adapter requires SQLAlchemy v2. To resolve this issue, you should use `starrocks==1.0.6` instead of the latest version when installing the StarRocks database driver. This older version is compatible with SQLAlchemy 1.4.54 required by Apache Superset 4.1.1, avoiding the version conflict <sup>[[1]](https://github.com/apache/superset/issues/31803)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/d4152050-211f-4579-8f70-5c93309e3ce7?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/d4152050-211f-4579-8f70-5c93309e3ce7?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/d4152050-211f-4579-8f70-5c93309e3ce7?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/d4152050-211f-4579-8f70-5c93309e3ce7?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/d4152050-211f-4579-8f70-5c93309e3ce7?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/d4152050-211f-4579-8f70-5c93309e3ce7?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/d4152050-211f-4579-8f70-5c93309e3ce7?feedback_type=other)</sup> -- 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]
