Skip to content

Commit

Permalink
add data_model_labels and annotation_keys to mc2 config
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Williams <[email protected]>
  • Loading branch information
afwillia authored Mar 5, 2024
1 parent 26fb1b5 commit f89512e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dcc/MC2/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"sidebar_col": "#191919"
},
"schematic": {
"global": {
"data_model_labels": "class_label"
},
"manifest_generate": {
"output_format": "excel",
"use_annotations": false
Expand All @@ -26,6 +29,7 @@
},
"model_submit": {
"table_column_names": "display_name",
"annotation_keys": "class_label",
"table_manipulation": "upsert",
"manifest_record_type": "table_and_file",
"hide_blanks": false
Expand Down

0 comments on commit f89512e

Please sign in to comment.