Skip to content

Commit

Permalink
Merge branch 'current' into update-vale
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Oct 15, 2024
2 parents 6c3516a + cdb659c commit b2f819f
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 b2f819f

Please sign in to comment.