Merged PR 2911: Bugfix core__bookings failing dbt test
# Description Fixes issue # Checklist - [ ] The edited models and dependants run properly with production data. - [ ] The edited models are sufficiently documented. - [ ] 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.
This commit is contained in:
parent
01eca0dbcc
commit
feaedb2a06
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ models:
|
||||||
description: The unique, Superhog generated id for this booking.
|
description: The unique, Superhog generated id for this booking.
|
||||||
tests:
|
tests:
|
||||||
- unique
|
- unique
|
||||||
- not_nullgit p
|
- not_null
|
||||||
|
|
||||||
- name: id_user_guest
|
- name: id_user_guest
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue