pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Deprecation warning from SQLAlchemy 1.4.x #377

Closed thomaskelder closed 3 years ago

thomaskelder commented 3 years ago

When using dataset in combination with the most recent SQLAlchemy version, I see the following warning in logs:

SADeprecationWarning: The from_engine() method on Inspector is deprecated and will be removed in a future release.  Please use the sqlalchemy.inspect() function on an Engine or Connection in order to acquire an Inspector. (deprecated since: 1.4)

Versions used: