diff --git a/website/docs/reference/resource-properties/constraints.md b/website/docs/reference/resource-properties/constraints.md index 9884bb2dfe4..e85bf5242bc 100644 --- a/website/docs/reference/resource-properties/constraints.md +++ b/website/docs/reference/resource-properties/constraints.md @@ -101,7 +101,6 @@ Here are some examples showing how the new syntax is used: ```yml models: - - type: foreign_key columns: [id] to: ref('my_model_to') | source('source', 'source_table') to_columns: [id]