From c10681c6d363cd1da4e02d30431e104e4c020a07 Mon Sep 17 00:00:00 2001 From: Abby Vander Linden <11965371+avanlinden@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:32:55 -0800 Subject: [PATCH] Update AD DCA config (#161) * Update AD DCA config use display_label option for annotation keys, table column names; make default for data_model_labels explicit; use_annotations = true Signed-off-by: Abby Vander Linden <11965371+avanlinden@users.noreply.github.com> * fix typo --------- Signed-off-by: Abby Vander Linden <11965371+avanlinden@users.noreply.github.com> --- ADKP/dca_config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ADKP/dca_config.json b/ADKP/dca_config.json index c4a25e4..e502720 100644 --- a/ADKP/dca_config.json +++ b/ADKP/dca_config.json @@ -17,15 +17,19 @@ "sidebar_col": "#191919" }, "schematic": { + "global": { + "data_model_labels": "class_label" + } "manifest_generate": { "output_format": "excel", - "use_annotations": false + "use_annotations": true }, "model_validate": { "restrict_rules": false }, "model_submit": { - "use_schema_labels": true, + "table_column_names": "display_label", + "annotation_keys": "display_label", "table_manipulation": "replace", "manifest_record_type": "file_only", "hide_blanks": false