Skip to content

Commit 6fedfe0

Browse files
authored
Update docs link in ContractBreakingChangeError message (dbt-labs#7367)
1 parent 121fa57 commit 6fedfe0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Under the Hood
2+
body: Update docs link in ContractBreakingChangeError message
3+
time: 2023-04-17T11:45:01.005104+02:00
4+
custom:
5+
Author: jtcohen6
6+
Issue: "7366"

core/dbt/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def message(self):
244244
"While comparing to previous project state, dbt detected a breaking change to an enforced contract."
245245
f"\n\n{reasons}\n\n"
246246
"Consider making an additive (non-breaking) change instead, if possible.\n"
247-
"Otherwise, create a new model version: https://docs.getdbt.com/docs/collaborate/publish/model-versions"
247+
"Otherwise, create a new model version: https://docs.getdbt.com/docs/collaborate/govern/model-versions"
248248
)
249249

250250

0 commit comments

Comments
 (0)