databricks-cli/bundle/run/output
Andrew Nester e08f419ef6
Do not include empty output in job run output (#749)
## Changes
Do not include empty output in job run output

## Tests
Running a job from CLI, the result:
```
andrew.nester@HFW9Y94129 wheel % databricks bundle run some_other_job --output json
Run URL: https://***/?o=6051921418418893#job/780620378804085/run/386695528477456

2023-09-08 11:33:24 "[default] My Wheel Job" TERMINATED SUCCESS 
{
  "task_outputs": [
    {
      "TaskKey": "TestTask",
      "Output": {
        "result": "Hello from my func\nGot arguments v2:\n['python']\n"
      },
      "EndTime": 1694165597474
    }
  ]
```
2023-09-08 09:52:45 +00:00
..
job.go Do not include empty output in job run output (#749) 2023-09-08 09:52:45 +00: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