Skip to content

Commit

Permalink
Update schema.yml with constraints that pass TestModelContractNotSupp…
Browse files Browse the repository at this point in the history
…orted

Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
  • Loading branch information
susodapop committed Apr 28, 2023
1 parent e88b81c commit 91c9cec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/integration/persist_constraints/models/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,11 @@ models:
- name: table_model_contract
config:
contract:
enforced: true
enforced: true
columns:
- name: id
data_type: int
- name: name
data_type: string
- name: date
data_type: date

0 comments on commit 91c9cec

Please sign in to comment.