Databricks · JSON Structure

Databricks Cron Schedule Structure

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

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

Properties

quartz_cron_expression timezone_id pause_status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CronSchedule",
  "type": "object",
  "properties": {
    "quartz_cron_expression": {
      "type": "string"
    },
    "timezone_id": {
      "type": "string"
    },
    "pause_status": {
      "type": "string"
    }
  }
}