Skip to content

Commit

Permalink
Update dataset_list names in api/example
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jun 28, 2024
1 parent c1c0c1a commit 28f094f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
runspec = {
"name": "example",
"app": app["url"],
"datasets": [
"dataset_list": [
{
"argument": inputarg["url"],
"dataset": example_names.raw["url"],
Expand Down
2 changes: 1 addition & 1 deletion api/example_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
runspec = {
"name": "uploaded-file-example",
"app": app["url"],
"datasets": [{
"dataset_list": [{
"argument": inputarg["url"],
"dataset": dataset.raw["url"],
}],
Expand Down
4 changes: 2 additions & 2 deletions api/example_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion api/example_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
runspec = {
"name": "API Example 5",
"app": kwsalutationsapp["url"],
"datasets": [
"dataset_list": [
{
"argument": inputargs["names"],
"dataset": names_dataset.raw["url"],
Expand Down
2 changes: 1 addition & 1 deletion api/example_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
runspec = {
"name": "API Example 6",
"app": collationapp["url"],
"datasets": [
"dataset_list": [
{
"argument": inputarg["url"],
"dataset": names_dataset.raw["url"],
Expand Down
2 changes: 1 addition & 1 deletion api/example_7.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
runspec = {
"name": "directory-output-example",
"app": app["url"],
"datasets": [{
"dataset_list": [{
"argument": inputarg["url"],
"dataset": input_dataset.raw["url"],
}],
Expand Down

0 comments on commit 28f094f

Please sign in to comment.