Skip to content

Commit

Permalink
Add data_model_labels to to model_submit
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Feb 29, 2024
1 parent dac61ba commit b456fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/schematic_rest_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ model_submit <- function(url="http://localhost:3001/v1/model/submit",
table_manipulation=table_manipulation,
table_column_names=table_column_names,
annotation_keys=annotation_keys,
data_model_labels=data_model_labels,
hide_blanks=hide_blanks),
body=list(file_name=httr::upload_file(file_name))
#body=list(file_name=file_name)
Expand Down
1 change: 1 addition & 0 deletions functions/schematic_rest_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ model_submit <- function(url="http://localhost:3001/v1/model/submit",
table_manipulation=table_manipulation,
table_column_names=table_column_names,
annotation_keys=annotation_keys,
data_model_labels=data_model_labels,
hide_blanks=hide_blanks),
body=list(file_name=httr::upload_file(file_name))
#body=list(file_name=file_name)
Expand Down

0 comments on commit b456fb3

Please sign in to comment.