Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Refactor ObjectDataProvider base class
This PR tries to add some firmer standardization to how metadata is defined within objects we generate metadata for. Presently there are string literals defined and grouped into an unvalidated object returned from the child providers. This changes makes progress toward having stronger guarantees that are also type checked. This PR cleans up the base class and moves toward having these defined as properties of providers classes, which they are. To keep the PR from being too large it makes this change to the classname only. This work precedes initialization internal metadata into a Pydantic object directly.
- Loading branch information