blob: 680d130e3f8f60aea701f616192532caa0b341c4 [file] [log] [blame]
Illyoung Choi5d59ab62019-06-24 16:15:27 -07001CORD Workflow Essence Extractor
2===============================
3
4Extract workflow essence from Airflow workflow code. The essence information
5will be later passed to Workflow Controller for control.
6
7The essence extractor extracts following information from Airflow workflow code written in python:
8- DAG information (DAG ID)
9- Operators (class name, event and other parameters)
10- Task dependencies (parents and children)
11