DAG (Directed Acyclic Graph)

A type of graph structure used to model processes or tasks with dependencies. In data workflows, DAGs represent the sequence of tasks, where each task points to the next without creating any cycles, ensuring efficient data processing.