Skip to content

Commit

Permalink
Add generic placeholders for the group name
Browse files Browse the repository at this point in the history
Rather than realistic examples
  • Loading branch information
dbeatty10 authored Nov 8, 2023
1 parent 839aab9 commit fff3afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/reference/resource-configs/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Support for grouping semantic models has been added in dbt Core v1.7.
```yaml
semantic_models:
- name: [<semantic_model_name>]
group: finance
group: <group_name>

```

Expand All @@ -293,7 +293,7 @@ semantic_models:
```yaml
semantic-models:
[<resource-path>](resource-path):
[+](plus-prefix)group: finance
[+](plus-prefix)group: <group_name>
```
</File>
Expand Down

0 comments on commit fff3afc

Please sign in to comment.