Skip to content

Commit

Permalink
Fix typo in deprecation warning supression docs (#6287)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Oct 15, 2024
2 parents ea4e61a + 05de93c commit cdb659c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ Additionally, [`WARN_ERROR_OPTIONS`](/reference/global-configs/warnings) gives a
|--------------------------------|----------------------------------------------------|------------------------|
| `DeprecatedModel` | Parsing a project that defines a deprecated model | Producer |
| `DeprecatedReference` | Referencing a model with a past deprecation date | Producer and consumers |
| `UpcomingDeprecationReference` | Referencing a model with a future deprecation date | Producer and consumers |
| `UpcomingReferenceDeprecation` | Referencing a model with a future deprecation date | Producer and consumers |

** Example **

Example output for an `UpcomingDeprecationReference` warning:
Example output for an `UpcomingReferenceDeprecation` warning:
```
$ dbt parse
15:48:14 Running with dbt=1.6.0
Expand Down

0 comments on commit cdb659c

Please sign in to comment.