Peter Rowlands (변기호)
Peter Rowlands (변기호)
The issue is that currently experiments only appear in `exp show` once the pipeline `repro` step has actually started. This is mainly due to how we can't collect any experiment...
> Suggestion from @mattseddon is to use the `State` column with something like 'Starting'. @pmrowla Thoughts? Yes we can do this, but it will require some work on the core...
`git gc` is normally run automatically when you use regular git CLI commands. I'm assuming that the test repo in this case is only ever being used to run `dvc...
In that case, we could maybe consider documenting it as a potential troubleshooting method for users experiencing performance issues. But I don't think we should ever be forcing a `git...
> I am now seeing a similar issue where `exp show` hung for a long time, here are the steps that I went through > > 5. my repo is...
> @pmrowla we can (should) definitely discuss that. Any ideas on why `exp show` is hanging? I'm not sure what makes it hang yet, but it wasn't really designed to...
Temp directories (without any persistent caching between CLI calls) is what DVC does: https://github.com/iterative/dvc/blob/main/dvc/external_repo.py
`update --recursive` (or `update --all`) feels more like a workaround than an actual solution to this problem. There's a difference between pulling an import from source and updating it from...
@dberenbaum I'm not sure it's the same? This issue isn't about having CLI flag support for whether or not to display an empty table, it's about the internal `ui.table` API,...
The only possible cause for a partial stash reflog write I can think of is that DVC was forcefully killed during an `exp run` job. We could try to account...