Commit Graph

3 Commits

Author SHA1 Message Date
Andrew Nester 1916bc9d68
Fixed printing the tasks in job output in DAG execution order ()
Fixes 

## Changes
Sort task output in an execution order based on task end time

## Tests
Added `TestTaskJobOutputOrderToString` unit test.
2023-05-08 16:35:47 +02:00
shreyas-goenka 1a7b3eef18
Log job run url using progress logger ()
## Changes
Logs the job url using the progress logger

## Tests
Manually
2023-04-18 14:40:45 +02:00
shreyas-goenka e8018a7209
Refactor output and progress into separate packages in run ()
Tested manually that output and progress logging still works
2023-04-14 14:40:34 +02:00