Export the pipeline in the dot format

dvc dag

  • Visualize the pipeline(s) defined in `dvc.yaml`.
    More information: <https://dvc.org/doc/command-reference/dag>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

dvc dag --dot > {{path/to/pipeline.dot}}

click the source code to copy