dosubot[bot] commented on issue #35672:
URL: https://github.com/apache/superset/issues/35672#issuecomment-3409149531

   <!-- Answer -->
   DuckDB support is present and actively maintained in Superset 5.x, but there 
are important changes that may affect its visibility and functionality. Recent 
updates require specific versions of DuckDB and duckdb-engine due to 
compatibility issues: DuckDB must be `>=0.10.2,<0.11` and duckdb-engine 
`>=0.17.0`—using DuckDB 1.x will break the integration because of type system 
incompatibilities with duckdb-engine 
[source](https://github.com/apache/superset/pull/35294).
   
   The DuckDB engine spec is still included in the codebase and should appear 
as a supported database if the correct dependencies are installed and not 
blocked by configuration 
[source](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/db_engine_specs/duckdb.py).
 If DuckDB is missing from the UI, double-check your installed package versions 
and ensure your Dockerfile uses the compatible versions:
   
   ```Dockerfile
   RUN pip install --no-cache-dir \
       "duckdb>=0.10.2,<0.11" \
       "duckdb-engine>=0.17.0"
   ```
   
   If you still don't see DuckDB, check for any custom configuration or 
denylist settings that might be hiding it, and confirm that your Superset 
instance is loading all engine specs correctly 
[source](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/db_engine_specs/__init__.py).
   
   Let me know if you need help with specific error messages or logs!
   
   
   <!-- 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/a8a58c1d-20cc-490e-85df-ee44ab8305f8?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/a8a58c1d-20cc-490e-85df-ee44ab8305f8?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/a8a58c1d-20cc-490e-85df-ee44ab8305f8?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/a8a58c1d-20cc-490e-85df-ee44ab8305f8?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/a8a58c1d-20cc-490e-85df-ee44ab8305f8?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/a8a58c1d-20cc-490e-85df-ee44ab8305f8?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/a8a58c1d-20cc-490e-85df-ee44ab8305f8?feedback_type=other)</sup>&nbsp;&nbsp;[![Chat
 with 
Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu
 b)&nbsp;[![Join 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share
 on 
X](https://img.shields.io/badge/X-share-black)](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]

Reply via email to