<@U06CASRQ0H0> My contribution to <https://github....
# singer-tap-development
h
@Edgar Ramírez (Arch.dev) My contribution to https://github.com/MeltanoLabs/tap-snowflake/commit/da58939e5c4da622464b5dddabcb55dfa7ede52e is failing on python3.7. This is due to
functools.cached_property
being introduced in python 3.8. Do you think its safe to drop 3.7 support? or should I re-write it for python 3.7 compatibility. I'm leaning towards the first alternative, since the plugins get installed in their own environments and meltano now supports installing plugins with specific python version.
e
Let's drop Python 3.7 altogether 🙂
1
h
Looks like this PR also had issues. • linting failed • pytest failed (getting blocked from connecting to snowflake) I've addressed the linting issues in this PR https://github.com/MeltanoLabs/tap-snowflake/pull/42
github merged 1