Skip to main content

artifacts

superduperdb.backends.base.artifacts

Source code

ArtifactSavingError​

ArtifactSavingError(self,
/,
*args,
**kwargs)
ParameterDescription
args*args for Exception
kwargs**kwargs for Exception

Error when saving artifact in artifact store fails.

ArtifactStore​

ArtifactStore(self,
conn: Any,
name: Optional[str] = None)
ParameterDescription
connconnection to the meta-data store
nameName to identify DB using the connection

Abstraction for storing large artifacts separately from primary data.