Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dvc dag showing status of stages #9287

Closed
ostromann opened this issue Mar 30, 2023 · 2 comments
Closed

dvc dag showing status of stages #9287

ostromann opened this issue Mar 30, 2023 · 2 comments
Labels
A: pipelines Related to the pipelines feature feature request Requesting a new feature

Comments

@ostromann
Copy link

There are several related issues regarding a feature like this both in DVC (#5369) as well as in Studio (#iterative/studio-support/issues/81, #iterative/studio-support/issues/59, #iterative/studio-support/issues/40). The general idea is that ´dvc dag´ should have a feature to also display the status of stages. Especially the mermaid markdown supports styling that can be used to enrich the DAG with additional information.

Things that could be of relevance to show:

  1. A stage has run, has unmodified deps, unmodified outs and all of the data is pushed to the remote (This could be indicated in green)
  2. A stage has run, has unmodified deps, unmodified outs, but the data is missing on the remote (Needs to call dvc push - Could be indicated in orange)
  3. A stage has a modified command, dep or out and should be run with dvc repro (This could be indicated in red)

dvc status and dvc status -c delivers this kind of information as well, but one component is missing in my opinion.

  1. A stage has upstream stage that have modified commands, deps or outs and it is uncertain if it would need to re-run or not (This could be indicated in grey)
@daavoo
Copy link
Contributor

daavoo commented Mar 30, 2023

Related #7782

@daavoo daavoo added A: pipelines Related to the pipelines feature feature request Requesting a new feature labels Mar 30, 2023
@ostromann
Copy link
Author

Added a PR for my current solution. Would very much appreciate, if you could work it in somehow.

@mattseddon mattseddon closed this as not planned Won't fix, can't repro, duplicate, stale Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: pipelines Related to the pipelines feature feature request Requesting a new feature
Projects
None yet
Development

No branches or pull requests

3 participants