Merged PR 4852: removed test of not_null
# Description Removing not_null test for `booking_source` # 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 of not_null
This commit is contained in:
commit
c6d8e10dd5
2 changed files with 0 additions and 2 deletions
|
|
@ -1210,7 +1210,6 @@ models:
|
|||
- OSL
|
||||
- API/MANUAL
|
||||
data_tests:
|
||||
- not_null
|
||||
- accepted_values:
|
||||
values:
|
||||
- "PMS"
|
||||
|
|
|
|||
|
|
@ -872,7 +872,6 @@ models:
|
|||
- OSL
|
||||
- API/MANUAL
|
||||
data_tests:
|
||||
- not_null
|
||||
- accepted_values:
|
||||
values:
|
||||
- "PMS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue