Adding JSON parsing helpers to Utilities.

This commit is contained in:
Ian Roddis
2021-08-02 11:31:46 -03:00
parent f2f3d22574
commit 54e8170c68
9 changed files with 136 additions and 14 deletions

View File

@@ -33,3 +33,13 @@ Architecture
- Accepts task lists and parameters
- Runs and monitors DAGs
Flow
==
1. DAG Generated from JSON spec
2. Execution Pool Selected
3. DAGRun created from storage
4. DAGExecutor runs with
- Logger object
- Execution Pool
- DAG definition