You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
TypeError: Invalid argument(s) 'json_serializer','json_deserializer' sent to create_engine(), using configuration SnowflakeDialect/QueuePool/Engine
This is especially concerning because I pinned my package version but this still got through.
Should we pin the SDK version and let dependabot update it periodically?
It looks like we're blocked by Use SQLAlchemy 2 #28 which is blocked by the snowflake library. Should we override the method and exclude the serializers to solve this?
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: