-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vdk-notebook: add hook for saving error information into json file (#…
…1842) What: Added a hook that saves error information from job_steps into error.json file. Also, for more informative error logs caused from cells from .ipynb file, added the id of the failing cell to the logs. (which will be used later from the Jupyter UI for marking the cell) Why: The main reason for the changes is that in the Jupyter UI we want to introduce dialogs for job run status which consist of shorter message for errors (not all of the logs). But in general, it is a good option to have a place where the reason for the failure is kept (the user does not have to go over all of the logs to see which step is failing). Signed-off-by: Duygu Hasan [[email protected]](mailto:[email protected]) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
49e301c
commit 4db29ae
Showing
4 changed files
with
39 additions
and
9 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
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
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
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