skshetry
skshetry
> It is not clear to me why the failing tests are failing, or if it is related to these changes (main succeeds, so I assume so). Any help appreciated....
> @skshetry, what are your release cycle/policy? Really looking forward to getting this into our CI 🤩 I am planning to release by early next week.
@Northo, I have created a new release. :)
This is a side-effect of how we build an index when `used_objs()` is called. It should not read everything on `repo.pull("my_file.csv.dvc")`, we already optimize for this on other cases.
@Marigold, regarding `dvc add/import`, dvc needs to build a graph so that there are no overlaps/duplications/cycles, which means dvc has to read all `.dvc` files. There is a way to...
Let's keep this open as this has not been fixed. (Or, did you see any improvements?)
Can you please share profiling data? See https://github.com/iterative/dvc/wiki/Debugging,-Profiling-and-Benchmarking-DVC#generating-cprofile-data. DVC caches checksums, so it does not recompute checksums for each file (even though the message may say so, the message is...
I'll suggest closing this for now, and reopening when you get back to this. It has been opened for quite a while now.
Please reopen this when you get back to it. I am closing for now. :)
This may be already possible with the combination of `read_meta` and `map` depending on how we want to solve this. (`read_meta` requires a storage_path with an example data to create...