Apache Airflow: A Birds-Eye View
Definition
Apache Airflow is a workflow scheduler.
It defines what should run, when it should run, and in what order — but it does not perform the work itself.
Core Building Blocks
DAG (Directed Acyclic Graph)
A DAG is a workflow definition, written ...
jshims.hashnode.dev3 min read