Page MenuHomeElementl

chore: implement str representation for serializable error info
ClosedPublic

Authored by rexledesma on Jun 30 2021, 8:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 20, 10:53 PM
Unknown Object (File)
Sun, Mar 19, 12:07 PM
Unknown Object (File)
Fri, Mar 10, 9:56 PM
Unknown Object (File)
Sat, Mar 4, 10:31 AM
Unknown Object (File)
Feb 10 2023, 1:31 PM
Unknown Object (File)
Feb 6 2023, 11:34 AM
Unknown Object (File)
Feb 6 2023, 4:12 AM
Unknown Object (File)
Feb 5 2023, 4:12 AM
Subscribers
None

Details

Summary

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.

Test Plan

print object in console, now shows pretty string

Diff Detail

Repository
R1 dagster
Branch
rl/serializable-error-str (branched from master)
Lint
Lint Passed
Unit
No Test Coverage