databricks-cli/bundle/run/output
Andrew Nester 1916bc9d68
Fixed printing the tasks in job output in DAG execution order (#377)
Fixes #259

## 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
..
job.go Fixed printing the tasks in job output in DAG execution order (#377) 2023-05-08 16:35:47 +02:00
job_test.go Fixed printing the tasks in job output in DAG execution order (#377) 2023-05-08 16:35:47 +02:00
run.go Refactor output and progress into separate packages in run (#335) 2023-04-14 14:40:34 +02:00
task.go Refactor output and progress into separate packages in run (#335) 2023-04-14 14:40:34 +02:00
task_test.go Refactor output and progress into separate packages in run (#335) 2023-04-14 14:40:34 +02:00