Pre-runtime validation #10334
JSteinbauer
started this conversation in
General
Replies: 1 comment
-
Hey @JSteinbauer - Dagster doesn't currently support this, but we're tracking it here: #9847. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to have "pre-runtime validation" - is this already supported?
Example.:
Op "load_trips" has the DagsterType output "TripsDataFrame", but the downstream Op "generate_plot" takes the DagsterType input "TripsDataFrame_2".
Obviously, this will cause a runtime error, but why would we have to wait for Op "load_trips" to finish executing before the program crashes?!
Best,
Jakob
Beta Was this translation helpful? Give feedback.
All reactions