Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duckdb version issue on superset using docker #90

Closed
yeslawr2 opened this issue Jul 24, 2023 · 4 comments · Fixed by #91
Closed

duckdb version issue on superset using docker #90

yeslawr2 opened this issue Jul 24, 2023 · 4 comments · Fixed by #91

Comments

@yeslawr2
Copy link

Environment: MacOS Ventura 13.4.1

Command: make docker-run-superset

Description: When I run the docker container for the superset visuals, I get the error shown below in the dashboard. I tried setting the duckdb-engine version to 0.7.1 in the meltano.yml file, but it still didn't work.
Screenshot 2023-07-24 at 12 18 49 PM

@matsonj
Copy link
Owner

matsonj commented Jul 24, 2023

Interesting. It looks like the version pinning in meltano.yml isn’t working, because it is set to duckdb-engine==0.6.8 which I think is actually for duckdb 0.6.0.

I’ll see if I can sort out the version pinning, but in the meantime, can you confirm what version of duckdb-engine is getting installed by meltano?

@matsonj matsonj linked a pull request Jul 24, 2023 that will close this issue
@matsonj
Copy link
Owner

matsonj commented Jul 24, 2023

Ok, so the issue is actually not anything to-do with duckdb-engine, but rather that it has a dependency on duckdb. So the fix is just pinning the duckdb version so it is the same in dbt + superset.

@matsonj
Copy link
Owner

matsonj commented Jul 24, 2023

Proof - running inside a codespace (on my iPad lol)

image

@yeslawr2
Copy link
Author

That makes sense. Also, meltano installed duckdb 0.7.1 when I changed the value in the meltano.yml file. But looks like superset is able to connect to the db now. Thank you! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants