Skip to content

Commit

Permalink
Analyses support the group config since v1.5 (#5846)
Browse files Browse the repository at this point in the history
resolves #4416


[Preview](https://docs-getdbt-com-git-dbeatty10-patch-2-dbt-labs.vercel.app/reference/resource-configs/group)
(click the "Analyses" tab)

## What are you changing in this pull request and why?

Add a block for analyses to indicate the first version that the `group`
was possible (v1.5).

## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.
  • Loading branch information
dbeatty10 authored Jul 26, 2024
1 parent b08aff4 commit 0c01859
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/reference/resource-configs/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ select ...

<TabItem value="analyses">

<VersionBlock firstVersion="1.5">

<File name='analyses/<filename>.yml'>

```yml
Expand All @@ -202,6 +204,8 @@ analyses:
</File>
</VersionBlock>
</TabItem>
Expand Down

0 comments on commit 0c01859

Please sign in to comment.