2020-07-23 07:51:21 +01:00
|
|
|
# dvc dag
|
|
|
|
|
2020-07-31 16:03:25 +01:00
|
|
|
> Visualize the pipeline(s) defined in `dvc.yaml`.
|
2020-07-23 07:51:21 +01:00
|
|
|
> More information: <https://dvc.org/doc/command-reference/dag>.
|
|
|
|
|
2020-07-31 16:03:25 +01:00
|
|
|
- Visualize the entire pipeline:
|
2020-07-23 07:51:21 +01:00
|
|
|
|
|
|
|
`dvc dag`
|
|
|
|
|
2020-07-31 16:03:25 +01:00
|
|
|
- Visualize the pipeline stages up to a specified target stage:
|
2020-07-23 07:51:21 +01:00
|
|
|
|
|
|
|
`dvc dag {{target}}`
|
|
|
|
|
2020-07-31 16:03:25 +01:00
|
|
|
- Export the pipeline in the dot format:
|
2020-07-23 07:51:21 +01:00
|
|
|
|
2020-07-31 16:03:25 +01:00
|
|
|
`dvc dag --dot > {{path/to/pipeline.dot}}`
|