Databricks · Example Payload

Databricks Run Example

Artificial IntelligenceAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine-LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

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

Top-level fields

job_idrun_idrun_namenumber_in_joboriginal_attempt_run_idstatetasksjob_clusterscluster_speccluster_instancestart_timesetup_durationexecution_durationcleanup_durationend_timetriggerrun_typeattempt_numbercreator_user_namerun_page_urlformat

Example Payload

Raw ↑
{
  "job_id": "500123",
  "run_id": "500123",
  "run_name": "example_value",
  "number_in_job": 10,
  "original_attempt_run_id": "500123",
  "state": "example_value",
  "tasks": [],
  "job_clusters": [],
  "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,
  "creator_user_name": "example_value",
  "run_page_url": "https://www.example.com",
  "format": "example_value"
}