dosubot[bot] commented on issue #35672: URL: https://github.com/apache/superset/issues/35672#issuecomment-3409454264
<!-- Answer --> Superset 4.1.4 did not enforce strict version checks for DuckDB or duckdb-engine, so you could use the latest versionsāeven if there were hidden incompatibilities or unstable behavior. In Superset 5.x, the integration was updated to explicitly block DuckDB 1.x because it introduced type system changes that break duckdb-engine and Superset's database connectivity. Now, Superset 5.x requires DuckDB `>=0.10.2,<0.11` and duckdb-engine `>=0.17.0` to avoid these issues, and if you install unsupported versions, DuckDB won't show up as a supported database or will fail to connect behind the scenes [see details](https://github.com/apache/superset/pull/35294). So, the difference is: Superset 4.1.4 let you use newer versions (even if buggy), while Superset 5.x actively prevents incompatible versions to ensure stability. <!-- 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/9ae2ff1a-a729-4f43-975a-d151379341d8?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/9ae2ff1a-a729-4f43-975a-d151379341d8?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/9ae2ff1a-a729-4f43-975a-d151379341d8?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/9ae2ff1a-a729-4f43-975a-d151379341d8?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/9ae2ff1a-a729-4f43-975a-d151379341d8?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/9ae2ff1a-a729-4f43-975a-d151379341d8?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/9ae2ff1a-a729-4f43-975a-d151379341d8?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/35672) -- 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]
