Merged PR 3500: Fix missing test

# Description

Fix missing test :)

# 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.

Related work items: #23763
This commit is contained in:
Oriol Roqué Paniagua 2024-11-11 16:37:58 +00:00
parent 9ba0edb82d
commit aaba27a0ea

View file

@ -473,10 +473,9 @@ models:
columns:
- name: date
data_type: date
description: The last day of the month or yesterday for historic metrics.
description: The last day of the month for historic metrics.
tests:
- not_null
- latest_date_is_yesterday
- name: id_deal
data_type: character varying