Databricks · JSON Structure

Databricks Job Structure

Type: object Properties: 4
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

Job is a JSON Structure definition published by Databricks, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

job_id creator_user_name run_as_user_name created_time

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Job",
  "type": "object",
  "properties": {
    "job_id": {
      "type": "integer"
    },
    "creator_user_name": {
      "type": "string"
    },
    "run_as_user_name": {
      "type": "string"
    },
    "created_time": {
      "type": "integer"
    }
  }
}