The following may occur when a task has failed early, before running a pipeline. The task_output will then have some content but no "run-id 123456789" string to be found, raising an issue on get_run_id calls.
Exception raised in callable attribute "get_run_id";
original exception was: 'NoneType' object has no attribute 'group'
The following may occur when a task has failed early, before running a pipeline. The
task_outputwill then have some content but no "run-id 123456789" string to be found, raising an issue onget_run_idcalls.