Is there an obvious way to get the exception_traceback of a checkpoint run? #10301
Unanswered
matthiasgomolka
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've run some Expectations via
checkpoint.run()
(results are stored inres
). During the execution, there occured an exception.I managed to have a look at the exception via
which is far from obvious.
Since I suppose it's not that uncommon to stumple upon exception during when running a checkpoint, I was wondering if I'm overlooking something. I didn't find anything related in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions