From 291a525eeebf632fa24d47997d66d287f16dd888 Mon Sep 17 00:00:00 2001 From: Orion Banks <49208907+Bankso@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:00:02 -0800 Subject: [PATCH] Update MC2 config to match schematic 24.2.1 requirements (#158) * Config updates * Delete dca-template-config.json Moved to https://github.com/mc2-center/data-models/blob/data-models-dev/dca_config/dca-template-config.json, per data-models issue #42 https://github.com/orgs/mc2-center/projects/4/views/1?pane=issue&itemId=49063916 * Update dca_config.json Removed old entries in preparation for data model and template config URLs associated with newest data model release * Removed old templates Clearing out old templates - to be replaced by new templates, built from newest data model release (output from data-model release workflow) * Update dca_config.json Update URLs for raw data model and template config following MC2 data model release 4.1.0 * Update templates Adds regenerated templates, based on MC2 data model v4.1.0 * Update dca_config.json v5.1.1 updates * Add link to initial version of data model docs * Add rebuilt templates from model v5.1.1 * Update config for use with schematic 24.2.1 Add "global" setting "data_model_labels": "class_label" Add "table_column_names": "display_name" to "model_submit" Add "annotation_keys": "class_label" to "model_submit" Remove "use_schema_labels" from "model_submit" Change "output_format" from "excel" to "google_sheets", under "manifest_generate" options * Remove "s" from "google_sheets" --------- Co-authored-by: aditigopalan <63365451+aditigopalan@users.noreply.github.com> --- MC2/dca_config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/MC2/dca_config.json b/MC2/dca_config.json index 3d25fe9..b8ccbd8 100644 --- a/MC2/dca_config.json +++ b/MC2/dca_config.json @@ -17,15 +17,19 @@ "sidebar_col": "#191919" }, "schematic": { + "global": { + "data_model_labels": "class_label" + }, "manifest_generate": { - "output_format": "excel", + "output_format": "google_sheet", "use_annotations": false }, "model_validate": { "restrict_rules": false }, "model_submit": { - "use_schema_labels": false, + "table_column_names": "display_name", + "annotation_keys": "class_label", "table_manipulation": "upsert", "manifest_record_type": "table_and_file", "hide_blanks": false