apply
superduper.base.apply
apply
apply(db: 'Datalayer',
object: Union[ForwardRef('Component'),
Sequence[Any],
Any],
force: bool | None = None,
wait: bool = False,
jobs: bool = True) -> 'Component'
| Parameter | Description |
|---|---|
| db | Datalayer instance |
| object | Object to be stored. |
| force | List of jobs which should execute before component initialization begins. |
| wait | Blocks execution till create events finish. |
| jobs | Whether 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.