sqlalchemy.exc.InvalidRequestError: Multiple classes found for path in the registry of this declarative base sqlalchemy.exc.InvalidRequestError: Multiple classes found for path in the registry of this declarative base flask flask

sqlalchemy.exc.InvalidRequestError: Multiple classes found for path in the registry of this declarative base


I've got this error sometimes when I did a refactoring of code without running any migrations of the database.

What Happens is that Your model name don't have a tablename in Your database to store any relations.