bodywork-core icon indicating copy to clipboard operation
bodywork-core copied to clipboard

Enhance the information content of all error, warning and info messages

Open AlexIoannides opened this issue 3 years ago • 0 comments

"As a ML Engineer, I would like error messages that contain suggestions for how to fix the problem, so that I am enabled to make progress with my deployments."

Tasks

  • Review all exceptions in bodywork.workflow_execution.run_workflow and ensure that, where possible, they contain suggestions for how to fix the problem.
  • Review all exceptions in bodywork.stage_execution.run_stage and ensure that, where possible, they contain suggestions for how to fix the problem.
  • When creating a secret or cronjob, without having configured the cluster first, ensure that the message to the user informs them that they ought to run bw configure-cluster.

AlexIoannides avatar Jul 07 '22 22:07 AlexIoannides