MeltanoLabs / tap-snowflake

Other
4 stars 9 forks source link

fix: Constrain SQLAlchemy to <2 #27

Closed edgarrmondragon closed 1 year ago

edgarrmondragon commented 1 year ago

The next release of the SDK adds support for SQLAlchemy 2.0 but this tap does not support it yet.

In fact, snowflake-sqlalchemy has this same constraint: https://github.com/snowflakedb/snowflake-sqlalchemy/blob/de68d864af14200643b74625db4480db87c92172/setup.cfg#L50