Why it matters
DAGs shape batch + pipeline workflows. Understanding shapes design.
Advertisement
The architecture
Define nodes + edges.
Scheduler executes in dep order.
Parallel where possible.
Advertisement
How it works end to end
Static DAG at compile / define time.
Parallelism from topology.
Retry per node.
Backfills + reruns.