Rather than calling .to_string() (which we might forget when implementing
debugging), implement the string representation of the object so that printing
will always give the human readable string for a serializable error.
Details
Details
print object in console, now shows pretty string
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Branch
- rl/serializable-error-str (branched from master)
- Lint
Lint Passed - Unit
No Test Coverage