Skip to content

Commit

Permalink
accepted values test
Browse files Browse the repository at this point in the history
  • Loading branch information
vinooganesh committed Jul 31, 2023
1 parent 833ff55 commit bf259a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chapter5/models/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ models:
- name: cohort
description: "The cohort of the adid. Theree are only 6 cohorts, each named either 'one', 'two', 'three', 'four', 'five', or 'six'. This value is required. Each cohort should have a maximum of 110 distinct adids."
tests:
- not_null
- not_null
- accepted_values:
values: ['one', 'two', 'three', 'four', 'five', 'six']
- ensure_cohort_size_max_110

0 comments on commit bf259a9

Please sign in to comment.