Skip to content

Commit

Permalink
Fix accepted values errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 20, 2023
1 parent 1c0f18c commit 532fb73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
13 changes: 0 additions & 13 deletions models/brac/contact_views/contact_views.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ models:
- relationships:
to: ref('contactview_person_fields')
field: uuid
tests:
- dbt_utils.fewer_rows_than:
compare_model: ref('contactview_metadata')
- dbt_utils.fewer_rows_than:
compare_model: ref('contactview_person_fields')
- name: contactview_chp
columns:
- name: uuid
Expand All @@ -57,11 +52,6 @@ models:
- name: supervisor_uuid
tests:
- not_null
tests:
- dbt_utils.fewer_rows_than:
compare_model: ref('contactview_metadata')
- dbt_utils.fewer_rows_than:
compare_model: ref('contactview_person_fields')
- name: contactview_muted
columns:
- name: contact_uuid
Expand Down Expand Up @@ -138,6 +128,3 @@ models:
- relationships:
to: ref('contactview_chw')
field: uuid
tests:
- dbt_utils.fewer_rows_than:
compare_model: ref('contactview_metadata')
4 changes: 0 additions & 4 deletions models/brac/useviews/useviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ models:
- name: visit_type
tests:
- not_null
- accepted_values:
values: [anc, pnc, imm, iccm]
- name: danger_signs
tests:
- not_null
Expand Down Expand Up @@ -139,5 +137,3 @@ models:
- name: form
tests:
- not_null
- accepted_values:
values: ['assessment_follow_up']

0 comments on commit 532fb73

Please sign in to comment.