Databricks · Schema

Job

AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

Properties

Name Type Description
job_id integer The canonical identifier for this job.
creator_user_name string The email of the user who created the job.
run_as_user_name string The email of the user the job runs as.
created_time integer The time the job was created in epoch milliseconds.
View JSON Schema on GitHub

JSON Schema

databricks-job-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Job",
  "type": "object",
  "properties": {
    "job_id": {
      "type": "integer",
      "description": "The canonical identifier for this job."
    },
    "creator_user_name": {
      "type": "string",
      "description": "The email of the user who created the job."
    },
    "run_as_user_name": {
      "type": "string",
      "description": "The email of the user the job runs as."
    },
    "created_time": {
      "type": "integer",
      "description": "The time the job was created in epoch milliseconds."
    }
  }
}