Enhance the information content of all error, warning and info messages
AlexIoannides opened this issue · 0 comments
AlexIoannides commented
"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
.