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, May 8, 10:17 AM
Unknown Object (File)
Sun, May 7, 12:27 PM
Unknown Object (File)
Sat, May 6, 7:05 PM
Unknown Object (File)
Mar 20 2023, 10:53 PM
Unknown Object (File)
Mar 19 2023, 12:07 PM
Unknown Object (File)
Mar 10 2023, 9:56 PM
Unknown Object (File)
Mar 4 2023, 10:31 AM
Unknown Object (File)
Feb 10 2023, 1:31 PM
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