m-fariz-a opened a new issue, #35672:
URL: https://github.com/apache/superset/issues/35672
### Bug description
Duckdb engine doesn't work anymore on Superset 5
```Dockerfile
FROM docker.io/apache/superset:5.0.0-dev
USER root
# install python package for connection
RUN pip install --no-cache-dir \
duckdb \
duckdb-engine
USER superset
```
### Screenshots/recordings
This is how duckdb appear in Superset 4.1.4
<img width="1917" height="930" alt="Image"
src="https://github.com/user-attachments/assets/1bae73ac-6f21-4f63-a25d-00f05f8cfe9a"
/>
<img width="1917" height="930" alt="Image"
src="https://github.com/user-attachments/assets/34bd61de-ac5a-46ab-ad55-cb2fa6232927"
/>
Duckdb optino doesn't appear in supported database
<img width="1917" height="930" alt="Image"
src="https://github.com/user-attachments/assets/e2aa6afa-26ac-4359-947f-87b81de1c61b"
/>
This is the error when try connecting using uri
<img width="1917" height="930" alt="Image"
src="https://github.com/user-attachments/assets/8abe2b07-adae-4cb1-ac14-2b35ec4d7f50"
/>
### Superset version
5.0.0
### 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.
- [x] 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.
--
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]