Skip to content

Commit

Permalink
fix yaml snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 20, 2024
1 parent 937e816 commit 5a203a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions website/docs/docs/build/saved-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ To enable saved queries at the project level, you can set the `saved-queries` co
```yaml
saved-queries:
my_saved_query:
config:
+cache:
enabled: true
+cache:
enabled: true
```
</File>

Expand Down
5 changes: 2 additions & 3 deletions website/docs/reference/dbt_project.yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,8 @@ It's important to follow the correct YAML naming conventions for the configs in
```yml
saved-queries: # Use dashes for resource types in the dbt_project.yml file.
my_saved_query:
config:
+cache:
enabled: true
+cache:
enabled: true
```
</File>

Expand Down

0 comments on commit 5a203a4

Please sign in to comment.