jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

Validation of the notebook existence before creating job or job def

Open edwardps opened this issue 2 years ago • 0 comments

Problem

After selecting the "create job" button, the user is brought to the job creation UI with the input notebook path auto populated. After that there is no validation any more. If customer renames or removes the input notebook, there would be error - "Unexpected error occurred during creation of job." This error is not user friendly and actionable.

Proposed Solution

  1. Add validation to prevent the customer from clicking "create" button if the notebook file does not exist (Preferred).
  2. Or, show an actionable error message.

edwardps avatar Dec 08 '22 01:12 edwardps