Merged PR 5439: Removed test

# Description

Remove test `not_null` from `stg_resolutions__incidents` since it is not actually mandatory for the booking to include the guest email information

# Checklist

- [x] The edited models and dependants run properly with production data.
- [x] The edited models are sufficiently documented.
- [x] The edited models contain PK tests, and I've ran and passed them.
- [ ] I have checked for DRY opportunities with other models and docs.
- [ ] I've picked the right materialization for the affected models.

# Other

- [ ] Check if a full-refresh is required after this PR is merged.

Removed test

Related work items: #31043
This commit is contained in:
Joaquin Ossa 2025-06-11 13:09:30 +00:00
commit 84e8100706

View file

@ -112,8 +112,6 @@ models:
- name: guest_email
data_type: text
description: "Email of the guest."
data_tests:
- not_null
- name: guest_last_name
data_type: text