databricks-cli/bundle/run
shreyas-goenka 7427ceba6c
Fix output panic (#311)
## Changes
<!-- Summary of your changes that are easy to understand -->

Output now:
```
{
  "run_page_url": "https://e2-dogfood.staging.cloud.databricks.com/?o=6051921418418893#job/6199333392110/run/1088443776202122",
  "task_outputs": {
    "input": null,
    "process": {
      "logs": "[Row(max(id)=9)]\n",
      "logs_truncated": false
    }
  }
}
```

## Tests
<!-- How is this tested? -->
2023-04-05 15:55:24 +02:00
..
pipeline Add progress logging for pipeline runs (#283) 2023-03-31 17:04:12 +02:00
job.go Add progress logs for job runs (#276) 2023-03-29 14:58:09 +02:00
job_output.go Fix output panic (#311) 2023-04-05 15:55:24 +02:00
job_output_test.go Add job run output logging (#260) 2023-03-21 16:25:18 +01:00
job_progress_event.go Add progress logs for job runs (#276) 2023-03-29 14:58:09 +02:00
job_progress_event_test.go Add progress logs for job runs (#276) 2023-03-29 14:58:09 +02:00
keys.go Complete positional argument to bundle run (#220) 2023-02-20 21:55:06 +01:00
keys_test.go Complete positional argument to bundle run (#220) 2023-02-20 21:55:06 +01:00
options.go Add progress logs for job runs (#276) 2023-03-29 14:58:09 +02:00
pipeline.go Add progress logging for pipeline runs (#283) 2023-03-31 17:04:12 +02:00
runner.go Add progress logs for job runs (#276) 2023-03-29 14:58:09 +02:00
runner_test.go Run command must always take a single argument (#156) 2022-12-22 16:19:38 +01:00
task_output.go Add json tags to output fields (#269) 2023-03-21 18:38:11 +01:00
task_output_test.go Add job run output logging (#260) 2023-03-21 16:25:18 +01:00