bodywork-core
bodywork-core copied to clipboard
Enhance the information content of all error, warning and info messages
"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_workflowand ensure that, where possible, they contain suggestions for how to fix the problem. - Review all exceptions in
bodywork.stage_execution.run_stageand 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.