databricks-cli/bundle/run
shreyas-goenka bfa20cdec9
Add json tags to output fields (#269)
output now:
```
{
  "run_page_url": "https://adb-309687753508875.15.azuredatabricks.net/?o=309687753508875#job/1077573342009637/run/19099317",
  "task_outputs": {
    "my_notebook_task": {
      "result": "computed results from notebook."
    }
  }
}%
```
2023-03-21 18:38:11 +01:00
..
job.go Add job run output logging (#260) 2023-03-21 16:25:18 +01:00
job_output.go Add json tags to output fields (#269) 2023-03-21 18:38:11 +01:00
job_output_test.go Add job run output logging (#260) 2023-03-21 16:25:18 +01: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 Define flags for running jobs and pipelines (#146) 2022-12-23 15:17:16 +01:00
pipeline.go Add job run output logging (#260) 2023-03-21 16:25:18 +01:00
runner.go Add job run output logging (#260) 2023-03-21 16:25:18 +01: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