Dagster Pydantic I created a validation layer bet...
# community-showcase
m
Dagster Pydantic I created a validation layer between ops, for Pydantic models.
pydantic 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
daggy love 5
👀 1
On this topic — What’s the point of
metadata_entries
in the DagsterType defintion? It doesn’t let me see anything special in the UI as far as I can see.