Skip to content

Commit

Permalink
Clarify model contracts are not supported for other resource types (#…
Browse files Browse the repository at this point in the history
…4954)

## What are you changing in this pull request and why?

Clarify that model contracts are only supported for models, not for
other resource types.

Context:
- dbt-labs/dbt-core#9542
  • Loading branch information
mirnawong1 authored Feb 20, 2024
2 parents 2778510 + 5595c57 commit c3779be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/docs/collaborate/govern/model-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ At present, model contracts are supported for:
Model contracts are _not_ supported for:
- Python models.
- `ephemeral`-materialized SQL models.
- Other resource types, such as `sources`, `seeds`, `snapshots`, and so on.


## How to define a contract
Expand Down

0 comments on commit c3779be

Please sign in to comment.