You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document on_streaming_backlog_exceeded in email/webhook notifications in databricks_job (#4660)
## Changes
<!-- Summary of your changes that are easy to understand -->
Resolves#4659
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] relevant change in `docs/` folder
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
14
14
* Document `performance_target` in `databricks_job` ([#4651](https://github.com/databricks/terraform-provider-databricks/pull/4651))
15
15
* Add more examples for `databricks_model_serving` ([#4658](https://github.com/databricks/terraform-provider-databricks/pull/4658))
16
+
* Document `on_streaming_backlog_exceeded` in email/webhook notifications in `databricks_job` ([#4660](https://github.com/databricks/terraform-provider-databricks/pull/4660))
16
17
* Refresh `spark_python_task` option in `databricks_job` ([#4666](https://github.com/databricks/terraform-provider-databricks/pull/4666))
Copy file name to clipboardExpand all lines: docs/resources/job.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -458,6 +458,7 @@ This block can be configured on both job and task levels for corresponding effec
458
458
*`on_success` - (Optional) (List) list of emails to notify when the run completes successfully.
459
459
*`on_failure` - (Optional) (List) list of emails to notify when the run fails.
460
460
*`on_duration_warning_threshold_exceeded` - (Optional) (List) list of emails to notify when the duration of a run exceeds the threshold specified by the `RUN_DURATION_SECONDS` metric in the `health` block.
461
+
*`on_streaming_backlog_exceeded` - (Optional) (List) list of emails to notify when any streaming backlog thresholds are exceeded for any stream.
461
462
462
463
The following parameter is only available for the job level configuration.
463
464
@@ -471,6 +472,7 @@ Each entry in `webhook_notification` block takes a list `webhook` blocks. The fi
471
472
*`on_success` - (Optional) (List) list of notification IDs to call when the run completes successfully. A maximum of 3 destinations can be specified.
472
473
*`on_failure` - (Optional) (List) list of notification IDs to call when the run fails. A maximum of 3 destinations can be specified.
473
474
*`on_duration_warning_threshold_exceeded` - (Optional) (List) list of notification IDs to call when the duration of a run exceeds the threshold specified by the `RUN_DURATION_SECONDS` metric in the `health` block.
475
+
*`on_streaming_backlog_exceeded` - (Optional) (List) list of notification IDs to call when any streaming backlog thresholds are exceeded for any stream.
474
476
475
477
Note that the `id` is not to be confused with the name of the alert destination. The `id` can be retrieved through the API or the URL of Databricks UI `https://<workspace host>/sql/destinations/<notification id>?o=<workspace id>`
0 commit comments