From f850e681fcc524edab226303e33e097f697a12e9 Mon Sep 17 00:00:00 2001 From: Chris DeCarolis Date: Fri, 6 Oct 2023 12:53:18 -0700 Subject: [PATCH] Add docs blurb declaring asset alerts as experimental. --- .../dagster-cloud/managing-deployments/setting-up-alerts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/dagster-cloud/managing-deployments/setting-up-alerts.mdx b/docs/content/dagster-cloud/managing-deployments/setting-up-alerts.mdx index 0c8335356569a..652fd6173d7bb 100644 --- a/docs/content/dagster-cloud/managing-deployments/setting-up-alerts.mdx +++ b/docs/content/dagster-cloud/managing-deployments/setting-up-alerts.mdx @@ -14,7 +14,7 @@ In this guide, we'll walk you through configuring alerts in Dagster Cloud. Alert policies define which events will trigger an alert, the conditions under which an alert will be sent, and how the alert will be sent. -- **Asset based alert policies** can trigger on asset materialization failure or success, as well as asset check error, warn, passed, or failure to execute. An asset group or asset key can be provided to asset based alert policies, which limits notifications to only fire if the asset group or asset key matches the materialized asset. In the case of checks, notifications will only be sent if the asset group/key to which the check is attached matches. +- **Asset based alert policies** can trigger on asset materialization failure or success, as well as asset check error, warn, passed, or failure to execute. An asset group or asset key can be provided to asset based alert policies, which limits notifications to only fire if the asset group or asset key matches the materialized asset. In the case of checks, notifications will only be sent if the asset group/key to which the check is attached matches. **Note:** Asset based alert policies are still experimental, and may be subject to change as we gather user feedback. - **Job run based alert policies** include a set of configured tags. If an alert policy has no configured tags, all jobs will be eligible for that alert. Otherwise, only jobs that contain all the tags for a given alert policy are eligible for that alert. - **Alert policies created for schedule/sensor tick failure will apply to all schedules/sensors**. However, you will only receive alerts when the schedule/sensor changes from a state of succeeding to failing, so subsequent failures will not trigger new alerts. - **Code location error alert policies** will trigger when a code location fails to load due to an error.