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

create transfer() #7

Closed
efiop opened this issue Feb 24, 2022 · 1 comment
Closed

create transfer() #7

efiop opened this issue Feb 24, 2022 · 1 comment

Comments

@efiop
Copy link
Member

efiop commented Feb 24, 2022

In dvc (or dvc-data) we currently have a transfer() https://github.com/iterative/dvc/blob/main/dvc/data/transfer.py method that handles tranfering objects from one odb to another. We need a simpler version of that for dvc-objects that would not care about Trees (and probably their indexes), so that it could be used both in dvc-data and in other applications (e.g. in run-cache)

This will allow us to reduce the boilerplate and improve, test and benchmark this core functionality in a convenient way.

@efiop
Copy link
Member Author

efiop commented Jun 24, 2022

Fixed by #64

@efiop efiop closed this as completed Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant