Skip to content

Commit

Permalink
Merge branch 'current' into dbeatty/6132-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Oct 1, 2024
2 parents 06dddbf + 3cb8a70 commit af92ef6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion website/docs/docs/build/data-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ data_tests:

</File>

To suppress warnings about the rename, add `TestsConfigDeprecation` to the `silence` block of the `warn_error_options` flag in `dbt_project.yml`, [as described in the Warnings documentation](https://docs.getdbt.com/reference/global-configs/warnings).

</VersionBlock>

Expand Down
2 changes: 0 additions & 2 deletions website/docs/reference/global-configs/warnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ flags:
error: # Previously called "include"
warn: # Previously called "exclude"
silence: # To silence or ignore warnings
- TestsConfigDeprecation
- NoNodesForSelectionCriteria
```
Expand Down Expand Up @@ -131,7 +130,6 @@ config:
warn: # Previously called "exclude"
- NoNodesForSelectionCriteria
silence: # Silence or ignore warnings
- TestsConfigDeprecation
- NoNodesForSelectionCriteria
```

Expand Down

0 comments on commit af92ef6

Please sign in to comment.