- Fixing errors in JSON
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user