fix: data testing

This commit is contained in:
Stijnvandenbroek
2026-03-05 17:17:19 +00:00
parent c6f5adf621
commit 7902a5e354
6 changed files with 13 additions and 8 deletions

View File

@@ -120,7 +120,7 @@ sources:
tests:
- not_null
- accepted_values:
values: ["funda", "woz", "cadastre"]
values: ["Funda", "WOZ"]
- name: status
description: Price event type (asking_price, sold, or woz).
tests:

View File

@@ -89,7 +89,7 @@ models:
data_type: text
tests:
- accepted_values:
values: ["A+++", "A++", "A+", "A", "B", "C", "D", "E", "F", "G"]
values: ["A3", "A2", "A1", "A", "B", "C", "D", "E", "F", "G"]
where: "energy_label is not null"
- name: living_area
description: Interior floor area in m².

View File

@@ -48,7 +48,7 @@ models:
tests:
- not_null
- accepted_values:
values: ["funda", "woz", "cadastre"]
values: ["Funda", "WOZ"]
- name: price_status
description: Type of price event.
data_type: text