Mitchell Hynes
12/18/2022, 4:22 AMpydantic is primarily a parsing library, not a validation library. Validation is a means to an end: building a model which conforms to the types and constraints provided.This is a naive attempt at a validation layer for a library that’s not meant for validation and it’s my first integration, so go easy on me 😆 https://github.com/ecumene/dagster-pydantic
metadata_entries
in the DagsterType defintion? It doesn’t let me see anything special in the UI as far as I can see.