Skip to content

Commit

Permalink
Update AD DCA config (#161)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* fix typo

---------

Signed-off-by: Abby Vander Linden <[email protected]>
  • Loading branch information
avanlinden authored Mar 8, 2024
1 parent e5b729a commit c10681c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ADKP/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c10681c

Please sign in to comment.