Skip to content

Commit

Permalink
Merge branch 'current' into glue_is_trusted
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders authored Nov 15, 2023
2 parents 188c15c + 8694388 commit d9729b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/docs/docs/build/semantic-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,18 @@ semantic_models:
config:
enabled: true | false
group: some_group
meta:
some_key: some_value
```

Semantic model config in `dbt_project.yml`:
```yml
semantic_models:
semantic-models:
my_project_name:
+enabled: true | false
+group: some_group
+meta:
some_key: some_value
```

</VersionBlock>
Expand Down

0 comments on commit d9729b9

Please sign in to comment.