Skip to content

Commit

Permalink
Fix VEOIBD testing instance (#234)
Browse files Browse the repository at this point in the history
* Update dca_config.json

still getting a server disconnect error when selecting VEOIBD DCC with the testing instance of DCA. Upon further review I noticed some additional differences btwn the prod/main branch version of dca_config under the schematic parameters. I've changed this version of the file starting at line 18  to match what is in main branch

* add schematic global config

* add link to data dictionary site

* add missing comma

* add dca model_submit params

* replace file_annotations_upload with use_schema_labels

* remove use_schema_labels from model_submit

* fix accidental deletion of table manipulation param

* correct for suspected breaking change
  • Loading branch information
jmvera255 authored Dec 17, 2024
1 parent 55cf410 commit 71b348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VEOIBD/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"schematic": {
"global": {
"data_model_labels" : "display_label"
"data_model_labels" : "class_label"
},
"manifest_generate": {
"output_format": "excel",
Expand Down

0 comments on commit 71b348d

Please sign in to comment.