Python API to map between md5 and a git tag #9964
mohitanchlia
started this conversation in
General
Replies: 2 comments 10 replies
-
Converted to discussion since this is not actionable right now. We don't really have that mapping internally, so this is more of an active operation that every user can do himself by parsing his own git repo. I'm not sure we have a use for it ourselves that will justify us implementing it as a feature. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Use case for us is to be able to get the tag name and the revision/version using Python API and log this info to mlflow for a full view of the experiment and tracking. Is there a utility function that is available in the meantime? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be good to have an API to map from MD5 to a git tag
It would also be nice to know the tag that was used when passing a null in "rev" in python API
Beta Was this translation helpful? Give feedback.
All reactions