Databricks uses a webhook receiver (paid runtime) via Databricks Webhooks (MLflow) and Databricks SQL Alerts.Documentation Index
Fetch the complete documentation index at: https://docs.mycelium-ai.co/llms.txt
Use this file to discover all available pages before exploring further.
Webhook receiver (paid runtime)
Authorization: Bearer header with a configurable token. The receiver validates the token against the per-tenant secret.
Setup
Option A — Databricks Webhooks (MLflow experiment events)- Create a webhook via the Databricks CLI or REST API:
- Add to the runtime env:
DATABRICKS_WEBHOOK_TOKEN_{TENANT_ID}.
- Create a Databricks SQL Alert on any query.
- Set the notification destination to a webhook pointing to
https://runtime.myceliumai.co/webhooks/databricks/{your_tenant_id}with the Bearer token.
Events ingested
| Databricks event | Memory category | Notes |
|---|---|---|
| Model stage transition | decision | Model promoted to staging or production |
| SQL Alert triggered | exception | Threshold-crossing on monitored queries |
| Job run succeeded | fact | Pipeline run result and duration |
| Job run failed | exception | Failure with error details |
| Unity Catalog audit | fact | Data access and governance events |