You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Table.count() method has been deprecated since 2016 and has been removed in 1.4, so rdf-alchemy will need to adjust this code to use an explicit select(func.count()).select_from(table) instead.
Apteryks
added a commit
to Apteryks/gourmet
that referenced
this issue
May 4, 2022
When attempting to run the test suite, I get:
Steps to Reproduce
Expected Behavior
Tests should pass.
Current Behavior
Test fails with
AttributeError: 'Table' object has no attribute 'count'
errors.Possible Solution
Update code to not use the deprecated 'count' SQLAlchemy Table attribute.
Environment
Guix System with Python 3.9.9, using the latest commit of Gourmet.
The text was updated successfully, but these errors were encountered: