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

Downloading artifacts from registry #80

Closed
aguschin opened this issue Mar 18, 2022 · 2 comments
Closed

Downloading artifacts from registry #80

aguschin opened this issue Mar 18, 2022 · 2 comments
Labels
downstream Downstream usage of this tool product Product work is needed remote-repository Working with repositories not cloned locally v2 Tasks for the second release

Comments

@aguschin
Copy link
Contributor

It would be very useful in user's workflow, if you could do

$ gto get -r $REPO myartifact --version v1 --output myartifact-v1
$ gto get -r $REPO myartifact --env prod --output myartifact-prod

Can this be achieved?

  • What if Artifact is tracked with DVC?
  • What if Artifact is a folder?

And OFC, there should be something similar in MLEM:

mlem.api.load(model, repo=repo, version="v1")

cc @shcheklein

@aguschin aguschin added the product Product work is needed label Mar 18, 2022
@aguschin aguschin added this to the First GTO release milestone Mar 21, 2022
@aguschin aguschin added downstream Downstream usage of this tool v2 Tasks for the second release labels Mar 21, 2022
@aguschin aguschin removed this from the First GTO release milestone Mar 21, 2022
@aguschin
Copy link
Contributor Author

This should be done after DVC plugin is in place, as it doesn't make much sense for files lying in repo.

@aguschin
Copy link
Contributor Author

After #25 it should be trivial to implement this for artifacts committed to the repo directly. So we can release it in the first GTO version, if we have time.

@aguschin aguschin added the remote-repository Working with repositories not cloned locally label Jul 28, 2022
@aguschin aguschin closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
downstream Downstream usage of this tool product Product work is needed remote-repository Working with repositories not cloned locally v2 Tasks for the second release
Projects
None yet
Development

No branches or pull requests

1 participant