From 1c60099b0b58a1ce2c67a1dedfad7107f7fe8633 Mon Sep 17 00:00:00 2001 From: Joaquin Ossa Date: Tue, 20 Aug 2024 10:02:04 +0200 Subject: [PATCH] Removed coalesce so it includes NULL for failed validations --- models/intermediate/core/schema.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/models/intermediate/core/schema.yaml b/models/intermediate/core/schema.yaml index 02e6e4f..4e2c191 100644 --- a/models/intermediate/core/schema.yaml +++ b/models/intermediate/core/schema.yaml @@ -1893,12 +1893,6 @@ models: - name: validation_passed data_type: boolean description: "Boolean to indicate if the validation was approved or not." - tests: - - accepted_values: - values: - - True - - False - - Null - name: feature_size_meters data_type: numeric