From ae88a035f1a03d58eb54e63e07bba79e2903d96e Mon Sep 17 00:00:00 2001 From: erdinculuturk-nw <101416454+erdinculuturk-nw@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:06:02 +0100 Subject: [PATCH] Update model-notifications.md - description is not allowed as a group property 08:32:37 Running dbt... dbt command failed 08:32:58 Encountered an error: Parsing Error Invalid groups config given in ...... Additional properties are not allowed ('description' was unexpected) --- website/docs/docs/deploy/model-notifications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/deploy/model-notifications.md b/website/docs/docs/deploy/model-notifications.md index 24bbc2295c..45ffbef0a4 100644 --- a/website/docs/docs/deploy/model-notifications.md +++ b/website/docs/docs/deploy/model-notifications.md @@ -36,17 +36,17 @@ version: 2 groups: - name: finance - description: "Models related to the finance department" owner: # Email is required to receive model-level notifications, additional properties are also allowed. name: "Finance Team" + description: "Models related to the finance department" email: finance@dbtlabs.com favorite_food: donuts - name: marketing - description: "Models related to the marketing department" owner: name: "Marketing Team" + description: "Models related to the marketing department" email: marketing@dbtlabs.com favorite_food: jaffles ```