Skip to content

Instantly share code, notes, and snippets.

@mribeirodantas
Created March 3, 2020 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mribeirodantas/bf6ba8a77c9f7aff22b3e09241192556 to your computer and use it in GitHub Desktop.
Save mribeirodantas/bf6ba8a77c9f7aff22b3e09241192556 to your computer and use it in GitHub Desktop.
# Run the following command
dvc pipeline show --ascii final.dvc
# The output should look like this:
+-------------------------+
| data/simulation.tsv.dvc |
+-------------------------+
*
*
*
+----------------+
| preprocess.dvc |
+----------------+
*
*
*
+----------+
| miic.dvc |
+----------+
*
*
*
+-----------+
| final.dvc |
+-----------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment