Skip to content

Commit

Permalink
Restore order of dbt_project.yml vs. models/semantic_models.yml
Browse files Browse the repository at this point in the history
Even though the rest of the resource types have them in the other order
  • Loading branch information
dbeatty10 authored Nov 8, 2023
1 parent e9f77c2 commit 5cc4101
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions website/docs/reference/resource-configs/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,16 +277,6 @@ Support for grouping semantic models has been added in dbt Core v1.7.

<VersionBlock firstVersion="1.7">

<File name='dbt_project.yml'>

```yaml
semantic-models:
[<resource-path>](resource-path):
[+](plus-prefix)group: finance
```
</File>
<File name='models/semantic_models.yml'>

```yaml
Expand All @@ -300,6 +290,16 @@ semantic_models:

</File>

<File name='dbt_project.yml'>

```yaml
semantic-models:
[<resource-path>](resource-path):
[+](plus-prefix)group: finance
```
</File>
</VersionBlock>
</TabItem>
Expand Down

0 comments on commit 5cc4101

Please sign in to comment.