Azure Databricks · Example Payload

Azure Databricks Run Example

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Azure Databricks Run Example is an example object payload from Azure Databricks, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

run_idjob_idrun_namecreator_user_namenumber_in_jobtaskscluster_speccluster_instancestart_timesetup_durationexecution_durationcleanup_durationend_timetriggerrun_typeattempt_numberrun_page_urlformat

Example Payload

Raw ↑
{
  "run_id": "500123",
  "job_id": "500123",
  "run_name": "example_value",
  "creator_user_name": "example_value",
  "number_in_job": 10,
  "tasks": [],
  "cluster_spec": "example_value",
  "cluster_instance": "example_value",
  "start_time": 10,
  "setup_duration": 10,
  "execution_duration": 10,
  "cleanup_duration": 10,
  "end_time": 10,
  "trigger": "example_value",
  "run_type": "example_value",
  "attempt_number": 10,
  "run_page_url": "https://www.example.com",
  "format": "example_value"
}