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
F2989652: D8634.diff
Wed, Jun 7, 3:26 PM
Unknown Object (File)
Wed, May 31, 7:52 AM
Unknown Object (File)
May 8 2023, 10:17 AM
Unknown Object (File)
May 7 2023, 12:27 PM
Unknown Object (File)
May 6 2023, 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
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable