Skip to content

Commit

Permalink
Align with pre-existing style
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Oct 1, 2024
1 parent e245b1f commit fe77ab4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions website/docs/docs/collaborate/govern/model-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,9 @@ Breaking changes include:
- Removing an existing column.
- Changing the `data_type` of an existing column.
- Removing or modifying one of the `constraints` on an existing column (dbt v1.6 or higher).

<VersionBlock firstVersion="1.9">

- Removing a contracted model constitutes a breaking change. A model is considered 'removed' if it is deleted, renamed, or disabled:
- When you remove a versioned model, you will receive an error.
- When you remove an unversioned contract, you will receive a warning.
</VersionBlock>
- Removing a contracted model by deleting, renaming, or disabling it (dbt v1.9 or higher).
- versioned models will raise an error.
- unversioned models will raise a warning.

More details are available in the [contract reference](/reference/resource-configs/contract#detecting-breaking-changes).

0 comments on commit fe77ab4

Please sign in to comment.