timeseries plugin
following request fails with message :
{"error": "The plugin TimeseriesPlugin (task name 'timeseries') reported the following unknown error: timeseries() got an unexpected keyword argument 'input_data'."}
I know this plugin was originally written by Sylvain but I thought you had reviewed all plugins to match the new workflow and error management. Did you check this one?
#!bash
{
"extraction": {
"formatting": {
"operation_name": "json_format",
"input": {
"transformation": {
"operation_name": "timeseries",
"step": 1,
"mode": "raw",
"start": "2010-05-25T12:19:18",
"stop": "2010-05-27T12:19:18",
"input": {
"selection": {
"start_time": "2010-05-25T12:19:18",
"stop_time": "2015-05-27T12:19:18",
"dataset_list": [
"ostia-ukmo-l4-glob-v2.0"
],
"metric_list": [
"mean_sst"
],
"data_type": "metrics",
"site_list": [
"can002"
]
}
}
}
}
}
}
}
~
~