Skip to content

Commit

Permalink
Fix typo for default_value for the contract dictionary (which def…
Browse files Browse the repository at this point in the history
…aults to `false`) (#6220)
  • Loading branch information
mirnawong1 authored Oct 3, 2024
2 parents ee97e4c + 9db4457 commit 58f17d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-configs/contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
resource_types: [models]
description: "When the contract configuration is enforced, dbt will ensure that your model's returned dataset exactly matches the attributes you have defined in yaml, such as name and data_type, as well as any additional constraints supported by the data platform."
datatype: "{<dictionary>}"
default_value: {contract: false}
default_value: {enforced: false}
id: "contract"
---

Expand Down

0 comments on commit 58f17d0

Please sign in to comment.