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

Return hyphenated run IDs #46

Open
acroz opened this issue Jul 7, 2020 · 0 comments
Open

Return hyphenated run IDs #46

acroz opened this issue Jul 7, 2020 · 0 comments

Comments

@acroz
Copy link
Member

acroz commented Jul 7, 2020

In earlier MLflow versions, it was required that run IDs always be UUIDs with the hyphens removed. However, in later versions this requirement was removed. In mlflow-faculty, we accept either format (uuid.UUID() accepts either as input), but still return non-hyphenated UUIDs to MLflow.

For consistency with how UUIDs are exposed everywhere else in the platform (including in the Faculty Python library's experiment client itself), it would be good to update mlflow-faculty to return hyphenated run IDs.

@acroz acroz changed the title Return hyphenated UUIDs Return hyphenated run IDs Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant