From 6c1a9fc4584b0bf370a7b3d27183ab15db691f62 Mon Sep 17 00:00:00 2001 From: jwilson232 Date: Tue, 11 Aug 2026 15:14:06 +0100 Subject: [PATCH 1/2] cove: ensures missing fields validation shows row ref A bug in the way that validation errors where being grouped meant that the 'First 3 examples' did not render properly. The logic to render the row ref has been updated to show for error counts greater than or equal to one. --- cove/cove_360/templates/cove_360/validation_table.html | 2 +- lib360dataquality/cove/threesixtygiving.py | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cove/cove_360/templates/cove_360/validation_table.html b/cove/cove_360/templates/cove_360/validation_table.html index b5036ec..0980708 100644 --- a/cove/cove_360/templates/cove_360/validation_table.html +++ b/cove/cove_360/templates/cove_360/validation_table.html @@ -39,7 +39,7 @@

{{ error.schema_title }}

{{error_extra.values|length}}
- {% if error_extra.values|length > 3 %} + {% if error_extra.values|length >= 1 %} {% if error_prefix %}