diff --git a/models/staging/core/schema.yml b/models/staging/core/schema.yml index 714278f..76527d4 100644 --- a/models/staging/core/schema.yml +++ b/models/staging/core/schema.yml @@ -127,3 +127,10 @@ models: tests: - unique - not_null + + - name: stg_core__guest_satisfaction_responses + columns: + - name: id_verification_request + tests: + - unique + - not_null