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:
Oriol Roqué Paniagua 2024-09-19 07:00:15 +00:00
parent 01eca0dbcc
commit feaedb2a06

View file

@ -192,7 +192,7 @@ models:
description: The unique, Superhog generated id for this booking.
tests:
- unique
- not_nullgit p
- not_null
- name: id_user_guest
data_type: character varying