-
Notifications
You must be signed in to change notification settings - Fork 46
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
[Bug]: provided example does not work throwing ProgrammingError: (duckdb.CatalogException) Catalog Error #609
Comments
Hi @coffepowered! I just gave this a go quick go in a clean environment, and it worked without issues for me. Are you able to give me the output of |
For sure! Here it is. I am wondering if that might be related to some sort of IO error since I'm inside mounted folders.
|
If I had to guess, it's probably your SQLAlchemy version then. I do test against 1.3.24, but it looks like you're using 1.3.20. I'll do a proper test later when I'm back at my laptop |
Yep, looks like it's SQLAlchemy 1.3.20 that's the issue - 1.3.22 works perfectly fine. Are you able to upgrade to this version? If so, I'll probably bump the minimum in the pyproject.toml |
I can confirm that it works with 1.3.22 :). |
…work-throwing-programmingerror-duckdbcatalogexception-catalog-error deps: raise sqlalchemy lower bound to fix #609
What happened?
Hello,
I am trying to use duckdb_engine (thank you for coding this!), but it seems impossible to even run the provided example, see logs. I also tried to run simpler ones without success.
Running on python 3.8 under Linux (via docker on WSL)
DuckDB Engine Version
0.7.0
DuckDB Version
0.7.1
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: