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:
commit
84e8100706
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue