Skip to content

Commit

Permalink
adjust to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
slopp committed Jan 3, 2024
1 parent 165cb3d commit e05dcfc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dbt_project/models/CLEANED/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ models:
description: "Platform id of the user that placed this order."
data_type: "int"
tests:
- unique
- unique:
config:
severity: warn
- not_null
- name: quantity
description: "The quantity of items purchased in this order."
Expand All @@ -29,6 +31,8 @@ models:
data_type: "float"
tests:
- greater_than_zero
config:
severity: warn
- name: users_cleaned
description: "Raw users data with test accounts removed"
columns:
Expand Down

0 comments on commit e05dcfc

Please sign in to comment.