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 was utilizing this via meltano in a python 3.10 environment. Unfortunately it's failing due to an outdated version of voluptuous.
We should bump voluptuous to the latest version where this issue has been resolved.
File "/opt/app/src/meltano/.meltano/extractors/tap-s3-csv/venv/lib/python3.10/site-packages/voluptuous/schema_builder.py", line 233, in _compile
if isinstance(schema, collections.Mapping) and len(schema):
AttributeError: module 'collections' has no attribute 'Mapping
The text was updated successfully, but these errors were encountered:
I was utilizing this via meltano in a python 3.10 environment. Unfortunately it's failing due to an outdated version of voluptuous.
We should bump voluptuous to the latest version where this issue has been resolved.
The text was updated successfully, but these errors were encountered: