- 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"
],
"maxRetries": 3,
"retryIntervalSeconds": 30
"retryIntervalSeconds": 30,
"parents": [
"task_one"
]
}
]
]
}
```
Task Parameters