Databricks · Schema

WebhookNotifications

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

Properties

Name Type Description
on_start array
on_success array
on_failure array
on_duration_warning_threshold_exceeded array
View JSON Schema on GitHub

JSON Schema

databricks-webhook-notifications-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WebhookNotifications",
  "type": "object",
  "properties": {
    "on_start": {
      "type": "array"
    },
    "on_success": {
      "type": "array"
    },
    "on_failure": {
      "type": "array"
    },
    "on_duration_warning_threshold_exceeded": {
      "type": "array"
    }
  }
}