Azure Databricks · JSON Structure

Azure Databricks Email Notifications Structure

Type: object Properties: 5
AnalyticsApache SparkBig DataData EngineeringMachine Learning

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

Properties

on_start on_success on_failure on_duration_warning_threshold_exceeded no_alert_for_skipped_runs

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EmailNotifications",
  "type": "object",
  "properties": {
    "on_start": {
      "type": "array"
    },
    "on_success": {
      "type": "array"
    },
    "on_failure": {
      "type": "array"
    },
    "on_duration_warning_threshold_exceeded": {
      "type": "array"
    },
    "no_alert_for_skipped_runs": {
      "type": "boolean"
    }
  }
}