-
Notifications
You must be signed in to change notification settings - Fork 76
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
Invalid Input Error #840
Comments
this isn't a bug per-se, but it'd be better if jupysql automatically performed the rollback. we are already covering this for some PostgreSQL errors and we could handle this DuckDB edge case: jupysql/src/sql/connection/connection.py Line 836 in b538512
|
Acceptance Criteria
|
demo.movI tried to replicate the error, but it works as expected on my local setting. EDIT: I was using sqlalchemy==1.4.49. After upgrading sqlalchemy version to 2.0.20, I was able to replicate the error |
When running a select query without running the dataset download step I get error that file not found.
However, even after running the download step and rerunning I get the below error:
(I have repeated the steps by opening a clean notebook session and got the same set of errors)
The text was updated successfully, but these errors were encountered: