You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a decent amount of overhead when validating metadata objects from a dictionary or other input. Might think about ways to optimize this process, maybe through multithreading or some sort of other parallelization.
Might consider using developed packages like jsonschema or pydantic for the validation.
The text was updated successfully, but these errors were encountered:
There is a decent amount of overhead when validating metadata objects from a dictionary or other input. Might think about ways to optimize this process, maybe through multithreading or some sort of other parallelization.
Might consider using developed packages like jsonschema or pydantic for the validation.
The text was updated successfully, but these errors were encountered: