Dvc
DAG (Directed Acyclic Graph)
- DVC represents each pipeline internally as a Directed Acyclic Graph (DAG) where the nodes are stages and the edges are dependencies.
- dvc dag displays this dependency graph of the stages in one or more pipelines, as defined in the dvc.yaml files found in the project. Provide a target stage name to show the pipeline up to that point.
- If it barfs, it's likely that you have an existing dependency in your DVC config.