equinor / ert-storage

This is the permanent storage solution for the ERT project
GNU General Public License v3.0
1 stars 12 forks source link

Migrate SQLalchemy declarative_base #242

Closed andreas-el closed 1 year ago

andreas-el commented 1 year ago

Given the warning:

/data/project/devenv/lib64/python3.8/site-packages/ert_storage/database.py:36: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
  Base = declarative_base()