metadata
mlte/store/catalog/underlying/rdbs/metadata.py
Definition of the metadata (DB schema) for the catalog store.
DBBase
Bases: DeclarativeBase
Base class for DB table classes.
Source code in mlte/store/catalog/underlying/rdbs/metadata.py
23 24 25 26 |
|
init_catalog_entry_types(session)
Initializes the table with the configured catalog entry types.
Source code in mlte/store/catalog/underlying/rdbs/metadata.py
90 91 92 93 94 95 96 97 |
|