Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SQLAlchemy 2.0 Deprecation warnings #87

Closed
visch opened this issue Jan 23, 2023 · 1 comment
Closed

SQLAlchemy 2.0 Deprecation warnings #87

visch opened this issue Jan 23, 2023 · 1 comment

Comments

@visch
Copy link
Member

visch commented Jan 23, 2023

  1. /home/visch/git/target-postgres/target_postgres/connector.py:70: RemovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)

  2. /home/visch/git/target-postgres/.venv/lib/python3.8/site-packages/singer_sdk/connectors/sql.py:638: RemovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0".

  3. /home/visch/git/target-postgres/target_postgres/sinks.py:287: RemovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0.

@visch visch changed the title SQLAlchemy 2.0 Deprecation warning SQLAlchemy 2.0 Deprecation warnings Jan 23, 2023
visch pushed a commit that referenced this issue Aug 8, 2023
The next release of the SDK adds support for SQLAlchemy 2.0 but this
target does not seem to support it yet.

Related:

* #87
@edgarrmondragon
Copy link
Member

This target uses SQLAlchemy 2!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants