Closed yash-puligundla closed 2 years ago
Current behavior: a hardcoded array of runs Expected output: This endpoint should return an array of runs + status.
Notes: select id, COALESCE(json_extract(final_run_log_json,'$.state'),"UNKNOWN") from wes_run;
Current behavior: a hardcoded array of runs Expected output: This endpoint should return an array of runs + status.
Notes: select id, COALESCE(json_extract(final_run_log_json,'$.state'),"UNKNOWN") from wes_run;