Skip to main content
Version: Main branch

apply

superduper.base.apply

Source code

apply​

apply(db: 'Datalayer',
object: Union[ForwardRef('Component'),
Sequence[Any],
Any],
force: bool | None = None,
wait: bool = False,
jobs: bool = True) -> 'Component'
ParameterDescription
dbDatalayer instance
objectObject to be stored.
forceList of jobs which should execute before component initialization begins.
waitBlocks execution till create events finish.
jobsWhether to execute jobs or not.

Add functionality in the form of components.

Components are stored in the configured artifact store and linked to the primary database through metadata.