Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

group config for semantic models #4220

Merged
merged 13 commits into from
Nov 8, 2023
Merged
Prev Previous commit
Next Next commit
Restore order of dbt_project.yml vs. models/semantic_models.yml
Even though the rest of the resource types have them in the other order
dbeatty10 authored Nov 8, 2023
commit 5cc4101ff7a65f94e9c5f145a3fadf14e4eb2564
20 changes: 10 additions & 10 deletions website/docs/reference/resource-configs/group.md
Original file line number Diff line number Diff line change
@@ -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
@@ -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>