diff --git a/tunaatlas_actions/load_dataset.R b/tunaatlas_actions/load_dataset.R index a492ea5..97f8e92 100644 --- a/tunaatlas_actions/load_dataset.R +++ b/tunaatlas_actions/load_dataset.R @@ -1,4 +1,4 @@ -load_dataset <- function(action,entity, config, options){ +load_dataset <- function(action,entity, config){ source("https://raw.githubusercontent.com/firms-gta/geoflow-tunaatlas/master/sardara_functions/getSQLSardaraQueries.R") source("https://raw.githubusercontent.com/firms-gta/geoflow-tunaatlas/master/sardara_functions/FUNMergeDimensions_CodeListLike.R") source("https://raw.githubusercontent.com/firms-gta/geoflow-tunaatlas/master/sardara_functions/FUNUploadDatasetToTableInDB.R")