Skip to content

Commit

Permalink
Update model-notifications.md - description is not allowed as a group…
Browse files Browse the repository at this point in the history
… 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)
  • Loading branch information
erdinculuturk-nw authored Dec 17, 2024
1 parent 5980a47 commit ae88a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/deploy/model-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
favorite_food: donuts

- name: marketing
description: "Models related to the marketing department"
owner:
name: "Marketing Team"
description: "Models related to the marketing department"
email: [email protected]
favorite_food: jaffles
```
Expand Down

0 comments on commit ae88a03

Please sign in to comment.