Skip to content

Commit

Permalink
change sql format resource mimetype
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jul 30, 2021
1 parent 0f781b0 commit 50b2a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunaatlas_actions/load_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ load_metadata <- function(entity, config, options){
#get entity as data.frame to make easier mapping with DBMS metadata table
entity_df <- entity$asDataFrame()
# temporary patch to fit with DCMI data structure
entity_df$Format <- "SQL"
entity_df$Format <- "resource:application/x-sql"
entity_df$Source <- "RFMOs"

if (!is.null(options$create_table)) if(options$create_table){
Expand Down

0 comments on commit 50b2a80

Please sign in to comment.