From 604a5602b14a53cb455b43a98f1a6d5f5635be79 Mon Sep 17 00:00:00 2001 From: DerekFurstPitt Date: Wed, 20 Aug 2025 16:30:49 -0400 Subject: [PATCH] added error_message field to upload. changed error_message in dataset to indexed = false --- src/schema/provenance_schema.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/schema/provenance_schema.yaml b/src/schema/provenance_schema.yaml index 24b350fe..3ff507e6 100644 --- a/src/schema/provenance_schema.yaml +++ b/src/schema/provenance_schema.yaml @@ -388,7 +388,7 @@ ENTITIES: description: "True if the data contains any human genetic sequence information." error_message: type: string - indexed: true + indexed: false description: "An open text field that holds the last error message that arose from pipeline validation or analysis." status: type: string @@ -1342,6 +1342,10 @@ ENTITIES: - validate_priority_project before_property_create_validators: - validate_priority_project + error_message: + type: string + indexed: false + description: "An open text field that holds the last error message that arose from pipeline validation or analysis." ############################################# EPICollection ############################################# Epicollection: