research-dag-scheduling-analysis
research-dag-scheduling-analysis copied to clipboard
Load dags from the dag generator
There should be a common data interface:
- json, or
- binary stream
Make the DAG import / export APIs
Partially solved but need more work.
load_task() will do the job but need to be integrated into the DAGTask class.