-
Notifications
You must be signed in to change notification settings - Fork 16
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
Implement interface for enrichments #46
Comments
While using artifact registry, it could be the case when artifact itself was updated and enrichments are no longer correct. |
As mentioned by @shcheklein, when DVC is installed as binary, GTO may not be able to discover DVC Python API. We need to support CLI as a fallback then. As an option, we can list |
As a part of this task, we need to think about how to show |
To provide something like
we need to implement modules like
mlem.gto
anddvc.gto
to be later automatically discovered by GTO and used to fetch all details about artifacts.To implement them, we first need to implement abstract interface they must satisfy.
The text was updated successfully, but these errors were encountered: