diff --git a/models/intermediate/core/schema.yml b/models/intermediate/core/schema.yml index cc3ddd2..676937d 100644 --- a/models/intermediate/core/schema.yml +++ b/models/intermediate/core/schema.yml @@ -1148,13 +1148,12 @@ models: If this turns true in any other case, you should really find out what's happening. - # should be uncommented once this ticket gets solved: https://guardhog.visualstudio.com/Data/_boards/board/t/Data%20Team/Stories/?workitem=22148 - #tests: - # - not_null - # - accepted_values: - # values: - # - false - # where: (are_user_details_deleted != true and are_user_details_deleted is not null) + tests: + - not_null + - accepted_values: + values: + - false + where: (are_user_details_deleted != true and are_user_details_deleted is not null) - name: are_user_details_deleted data_type: boolean