Create BaseClass for all metacatalog models #276
Labels
api
Issue is affecting Python API
discussion
Needs discussion before labeling the issue
enhancement
New feature or request
model
This issue is affecting the database model
priority low
We should create a Base class for all metacatalog models (inheriting from sqlalchemy.DeclarativeBase).
All models share the same declarative base anyway, so implementation should be straightforward. The idea is, that all models have a UUID, a to_dict method and a from_dict method.
@AlexDo1 any thoughts on this?
The text was updated successfully, but these errors were encountered: