Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
group
config for semantic models (#4220)
related to: #3997 related to: #4281 ## What are you changing in this pull request and why? - Fix version blocks for other resource types - Match the style for other resource types for `models/semantic_models.yml` - Fix code example in `dbt_project.yml` to refer to `semantic-models` (since `semantic_models` won't work) - Simplify the definition by removing an explicit listing of applicable resource types - rather than adding the missing ones (like seeds and semantic models) ## Other - Opened an issue to standardize the order of code examples for `dbt_project.yml` vs. `properties.yml`: [#4417](#4417) - Opened an issue to figure out: do analyses _really_ have a `group` config?1 [#4416](#4416) - Opened an issue to standardize on `<group_name>` instead of `finance` in generic syntax examples [#4418](#4418) ## 🎩 ### Previews - [1.6](https://docs-getdbt-com-git-dbeatty-semantic-models-gro-95bd63-dbt-labs.vercel.app/reference/resource-configs/group?version=1.6) - [1.7](https://docs-getdbt-com-git-dbeatty-semantic-models-gro-95bd63-dbt-labs.vercel.app/reference/resource-configs/group?version=1.7) ### v1.7 <img width="500" alt="image" src="https://github.com/dbt-labs/docs.getdbt.com/assets/44704949/73ad131a-2ec2-4e90-b04a-d9ccd41cb18f"> ## Checklist - [x] I have tested that the code examples work - [x] I have tested that the changes look correct in the Vercel preview - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) and [About versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) so my content adheres to these guidelines.
- Loading branch information