Skip to content

Commit

Permalink
Remove not null test on conversions table
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Mar 11, 2024
1 parent 0d539ce commit 451ed1f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions models/optional_modules/conversions/conversions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ models:
enabled: '{{var("snowplow__enable_conversions", false)}}'
- name: user_id
description: '{{ doc("col_user_id") }}'
tests:
- not_null:
config:
enabled: '{{var("snowplow__enable_conversions", false)}}'
- name: session_identifier
description: '{{ doc("col_session_identifier") }}'
tests:
Expand Down Expand Up @@ -54,10 +50,6 @@ models:
enabled: '{{var("snowplow__enable_conversions", false)}}'
- name: user_id
description: '{{ doc("col_user_id") }}'
tests:
- not_null:
config:
enabled: '{{var("snowplow__enable_conversions", false)}}'
- name: session_identifier
description: '{{ doc("col_session_identifier") }}'
tests:
Expand Down

0 comments on commit 451ed1f

Please sign in to comment.