The DAG you see here is the topological
The DAG you see here is the topological order DAG. It defines the dependency order between the steps. The dataflow DAG is more freely defined as just the connection of inputs and outputs between the steps. You can use the result of any prior step as the input of any step