-
Notifications
You must be signed in to change notification settings - Fork 10
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: TypeError: Invalid argument(s) 'json_serializer','json_deserializer' sent to create_engine()... #29
Comments
I can confirm that these should pass in SQLAlchemy 1.4 since the tests passed there: https://github.com/meltano/sdk/actions/runs/5789625613/job/15691059238#step:7:118
I think so, at least to the minor version:
Is there more context on this error? Like filename and line. |
@edgarrmondragon I updated the description to include the full stack trace. |
Thanks @pnadolny13! Ok, so I found the underlying issue and logged it in the SF driver repo: snowflakedb/snowflake-sqlalchemy#433. I think we can fix this in 3 steps in the coming days:
|
I'm getting the following error with the tap pinned to version
v0.0.22
. It looks like the SDK dependency is unconstrained and meltano/sdk#1898 made a change that might only work for SQLAlchemy 2.0? I'm not totally sure though. I see these arguments in the sqlalchemy docs but they could be new in >2.0.This is especially concerning because I pinned my package version but this still got through.
cc @edgarrmondragon
The text was updated successfully, but these errors were encountered: