From fe77ab4a61be435985c4cfb3c2275982165207a1 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:37:40 -0600 Subject: [PATCH] Align with pre-existing style --- .../docs/docs/collaborate/govern/model-contracts.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/website/docs/docs/collaborate/govern/model-contracts.md b/website/docs/docs/collaborate/govern/model-contracts.md index f3605002aca..b07ce909480 100644 --- a/website/docs/docs/collaborate/govern/model-contracts.md +++ b/website/docs/docs/collaborate/govern/model-contracts.md @@ -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). - - - -- 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. - +- 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).