-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report exceptions in notebook execution in "error"
This modifies the result payload for a notebook execution job when the job is complete. - Add a new "error" field that reports an exception raised during the noteburst job, which explains why a job's "success" field is false. The field contains a NoteburstExecutionError model, which in turn contains an enum code for the error and a text message describing the error. - Keep the existing "ipynb_error" field for reporting exceptions raised within the notebook itself. Noteburst's execution could still be considered successful even if the notebook itself raised an exception.
- Loading branch information
1 parent
0a5a0b0
commit 2019f23
Showing
1 changed file
with
79 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters