From 28f094f9de4f1f3eceaf7151030eee591e1295e9 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Fri, 28 Jun 2024 16:24:28 -0700 Subject: [PATCH] Update dataset_list names in api/example --- api/example.py | 2 +- api/example_2.py | 2 +- api/example_4.py | 4 ++-- api/example_5.py | 2 +- api/example_6.py | 2 +- api/example_7.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/example.py b/api/example.py index da2253aef..0ac0d2e27 100644 --- a/api/example.py +++ b/api/example.py @@ -23,7 +23,7 @@ runspec = { "name": "example", "app": app["url"], - "datasets": [ + "dataset_list": [ { "argument": inputarg["url"], "dataset": example_names.raw["url"], diff --git a/api/example_2.py b/api/example_2.py index ada8e0063..09a1654e6 100644 --- a/api/example_2.py +++ b/api/example_2.py @@ -31,7 +31,7 @@ runspec = { "name": "uploaded-file-example", "app": app["url"], - "datasets": [{ + "dataset_list": [{ "argument": inputarg["url"], "dataset": dataset.raw["url"], }], diff --git a/api/example_4.py b/api/example_4.py index bd797e0cf..9d75fec50 100644 --- a/api/example_4.py +++ b/api/example_4.py @@ -49,7 +49,7 @@ "name": "API Example 4 App 1", "app": app["url"], "batch": containerbatch["url"], - "datasets": [ + "dataset_list": [ { "argument": inputarg["url"], "dataset": names1.raw["url"], @@ -60,7 +60,7 @@ "name": "API Example 4 App 2", "app": app["url"], "batch": containerbatch["url"], - "datasets": [ + "dataset_list": [ { "argument": inputarg["url"], "dataset": names2.raw["url"], diff --git a/api/example_5.py b/api/example_5.py index d7ee4a655..425594607 100644 --- a/api/example_5.py +++ b/api/example_5.py @@ -23,7 +23,7 @@ runspec = { "name": "API Example 5", "app": kwsalutationsapp["url"], - "datasets": [ + "dataset_list": [ { "argument": inputargs["names"], "dataset": names_dataset.raw["url"], diff --git a/api/example_6.py b/api/example_6.py index 882d2037a..021f10f0e 100644 --- a/api/example_6.py +++ b/api/example_6.py @@ -21,7 +21,7 @@ runspec = { "name": "API Example 6", "app": collationapp["url"], - "datasets": [ + "dataset_list": [ { "argument": inputarg["url"], "dataset": names_dataset.raw["url"], diff --git a/api/example_7.py b/api/example_7.py index 00e9206fd..697e5f7c3 100644 --- a/api/example_7.py +++ b/api/example_7.py @@ -31,7 +31,7 @@ runspec = { "name": "directory-output-example", "app": app["url"], - "datasets": [{ + "dataset_list": [{ "argument": inputarg["url"], "dataset": input_dataset.raw["url"], }],