🦉DVC Profile picture
Open source tool for data, models, & experiment versioning for ML projects. Join our stellar community https://t.co/RTCIKrZlmf for help, support and insights.

Dec 14, 2022, 7 tweets

✨ Visualize your pipelines as beautiful graphs of connected stages using “dvc dag” command.

Here's different types of graphs you can explore 🗺️

✅ Full DAG
➡️ DAG of outputs
🧜‍♀️ Mermaid flowchart
⚪️ DOT format
📣 Verbose

@Iterativeai @DVCorg
#data #pipeline #dag

🧵[1/7]

✅ Full DAG

“dvc dag --full” shows the full DAG that the target stage belongs to, instead of showing only its ancestors.

🧵[2/7]

➡️ DAG of outputs

“dvc dag --outs” shows a DAG of chained dependencies and outputs instead of the stages themselves.

🧵[3/7]

🧜‍♀️ Mermaid flowchart

“dvc dag --mermaid” displays DAG in mermaid format. It can be passed to third-party visualization utilities.

🧵[4/7]

⚪️ DOT format

“dvc dag --dot” shows DAG in DOT format. It can also be passed to third-party visualization utilities.

🧵[5/7]

📣 Verbose format

“dvc dag --verbose” displays detailed tracing information along with a graph.

🧵[6/7]

❤️ Thanks for Reading!

Visit our command-reference to know more about all the awesome features in DVC 👇
dvc.org/doc/command-re…

🧵[7/7]

Share this Scrolly Tale with your friends.

A Scrolly Tale is a new way to read Twitter threads with a more visually immersive experience.
Discover more beautiful Scrolly Tales like this.

Keep scrolling