iterative / gto

🏷️ Git Tag Ops. Turn your Git repository into Artifact Registry or Model Registry.
https://dvc.org/doc/gto
Apache License 2.0
140 stars 16 forks source link

Remove `artifacts.yaml` part in favor of `artifacts:` section in DVC #346

Closed aguschin closed 1 year ago

aguschin commented 1 year ago

Related to https://github.com/iterative/dvc/issues/9219

One question I'd like to discuss: instead of removing gto describe (and maybe gto annotate and gto remove), we could keep them. At least for describe it's pretty trivial to support - we can call DVC API to read annotations.

Also this can be helpful if we're planning to implement the command in DVC - here we can implement and check it works and satisfies user needs.