Skip to content

Commit

Permalink
Minor nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly committed Oct 15, 2024
1 parent 44d538c commit 8ffcf0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/docs/docs/deploy/model-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Set up dbt to notify the appropriate model owners through email about issues as

With model-level notifications, model owners can be the first ones to know about issues before anyone else (like the stakeholders).

:::info Beta feature

This feature is currently available in [beta](/docs/dbt-versions/product-lifecycles#dbt-cloud) to a limited group of users and is gradually being rolled out. If you're in the beta, please contact the Support team at [email protected] for assistance or questions.

:::

To be timely and keep the number of notifications to a reasonable amount when multiple models fail, dbt observes the following guidelines when notifying the owners:

- Send a notification to each unique owner/email during a job run about any models (with status of failure/success) or tests (with status of warning/failure/success). Each owner receives only one notification, the initial one.
Expand All @@ -20,12 +26,6 @@ To be timely and keep the number of notifications to a reasonable amount when mu

Create configuration YAML files in your project for dbt to send notifications about the status of your models and tests.

:::info Beta feature

This feature is currently available in [beta](/docs/dbt-versions/product-lifecycles#dbt-cloud) to a limited group of users and is gradually being rolled out. If you're in the beta, please contact the Support team at [email protected] for assistance or questions.

:::

## Prerequisites
- Your dbt Cloud administrator has [enabled the appropriate account setting](#enable-access-to-model-notifications) for you.
- Your environment(s) must be on ["Versionless"](/docs/dbt-versions/versionless-cloud).
Expand Down

0 comments on commit 8ffcf0b

Please sign in to comment.