cmd ref: more updates on new dag command#1496
Conversation
| specified stage. By default it lists | ||
| [DVC-files](/doc/user-guide/dvc-files-and-directories). | ||
| Display connected [stages](/doc/command-reference/run) in the pipelines that | ||
| contains them. |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Also, is that contain them really necessary? Stages belong to pipelines by definition.
There was a problem hiding this comment.
Yes but there could be more than one pipeline right? This command shows the one that contains the target stage (if a target is provided).
There was a problem hiding this comment.
But yeah this could be simplifies as much as just "Display pipeline(s)."
The help output reads Visualize DVC project DAG. though. We should try to have these descriptions match. Isn't "pipeline" still the preferred term?
There was a problem hiding this comment.
Yes, there could be more than one pipeline.
DAG and pipeline(s) are not really conflicting, not sure there should be a prefered term necessarily.
There was a problem hiding this comment.
From multiple experiences with key terminology, it's best to avoid synonyms. They can cause confusion and make docs harder to maintain. Unfortunately I don't see us moving away from "pipeline" and the command is now called dag so these will have to coexist but still I would prefer "pipelines" as much as possible (and some links to "DAG" concept [Wikipedia] and dvc dag of course).
Co-authored-by: Ruslan Kuprieiev <kupruser@gmail.com>
| [metrics](/doc/command-reference/metrics). | ||
| data, and has a final result. | ||
|
|
||
| Data processing or ML pipelines typically start a with large raw datasets, |
There was a problem hiding this comment.
all this text is pretty bad :( let's create a ticket to rewrite it since it's def not a focus of this PR.
Continuation of #1383