dvc icon indicating copy to clipboard operation
dvc copied to clipboard

`dvc exp show` remove workspace row

Open timgianitsos opened this issue 6 months ago • 4 comments

I am using the dvc tool to track experiments in my repo. When I run dvc exp show I see a table with multiple rows, each corresponding to an experimental commit based off the HEAD commit. However, I also see a "workspace" row which includes information from HEAD itself. Since this does not correspond to an experiment, I'm wondering if there is a way to use dvc exp show but exclude this workspace row? The options in the dvc documentation seem to only exclude based on columns.

timgianitsos avatar May 09 '25 14:05 timgianitsos

An option to hide this makes sense. Some options: --hide-workspace, --no-workspace, etc. Contributions are welcome.

skshetry avatar May 29 '25 11:05 skshetry

I'm new but more than happy to take this up. Just 2 quick questions:

  • any related tests I should look at or modify for this?
  • "--hide-workspace" would be more apt so will go with that flag, is that okay?

shivamchhuneja avatar Jun 02 '25 11:06 shivamchhuneja

Hi, is this issue open for contribution? I noticed @shivamchhuneja was interested and wanted to confirm before I started any work. If it's available, I would love to take this up as a first issue.

MirjalilovS avatar Jun 10 '25 22:06 MirjalilovS

wanted

@MirjalilovS it is open, I did not pick this up yet

shivamchhuneja avatar Jun 11 '25 02:06 shivamchhuneja