Skip to main content
Version: 0.6

metadata

superduper.base.metadata

Source code

MetaDataStore​

MetaDataStore(self,
db,
cache: superduper.backends.base.cache.Cache | None = None)
ParameterDescription
dbDatalayer instance.
cacheCache instance.

Abstraction for storing meta-data separately from primary data.

ArtifactRelations​

ArtifactRelations(self,
*,
component_id: str,
artifact_id: str) -> None
ParameterDescription
component_idUUID of component version
artifact_idUUID of component version

Artifact relations table.

ParentChildAssociations​

ParentChildAssociations(self,
*,
parent_component: str,
parent_uuid: str,
child_component: str,
child_uuid: str) -> None
ParameterDescription
parent_componentparent component type
parent_uuidparent uuid
child_componentchild component type
child_uuidchild component uuid

Parent-child associations table.