Azure Databricks · Example Payload

Azure Databricks Webhook Notifications Example

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Azure Databricks Webhook Notifications Example is an example object payload from Azure Databricks, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

on_starton_successon_failureon_duration_warning_threshold_exceeded

Example Payload

Raw ↑
{
  "on_start": [],
  "on_success": [],
  "on_failure": [],
  "on_duration_warning_threshold_exceeded": []
}