- Fixing errors in JSON

This commit is contained in:
Ian Roddis
2021-08-23 14:18:16 -03:00
parent 808a7f9af4
commit 5b8d5fabe8

View File

@@ -92,13 +92,13 @@ Below is an example DAG Run submission:
"/tmp/someotherfile" "/tmp/someotherfile"
], ],
"maxRetries": 3, "maxRetries": 3,
"retryIntervalSeconds": 30 "retryIntervalSeconds": 30,
"parents": [ "parents": [
"task_one" "task_one"
] ]
} }
] ]
] }
``` ```
Task Parameters Task Parameters