weave
weave copied to clipboard
chore(weave): Inline pydantic and dataclass objects on weave.Object
Summary
- Inlines pydantic and dataclass objects, keeping the
ObjectRecord
shape but skippingobj_create
(and inlined objects have no refs) - Saves _____ time for (benchmark obj) when saving deeply nested objects
- Avoids cluttering the top-level Object space in the UI (and also from the object query)
Resolves
- https://wandb.atlassian.net/browse/WB-20357