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

Add a few missing columns to make the Models tab load in the UI #21

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

hammerhead
Copy link
Member

At least it makes the tab load and models can be created.

Fixes #17.

@@ -67,7 +67,7 @@ CREATE TABLE IF NOT EXISTS "model_versions" (
"name" TEXT NOT NULL,
"version" INTEGER NOT NULL,
"creation_time" BIGINT, -- default=get_current_time_millis
"last_update_time" BIGINT, -- default=get_current_time_millis
"last_updated_time" BIGINT, -- default=get_current_time_millis
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is inconsistent in MLflow across the tables (last_update_time vs. last_updated_time).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting.

@hammerhead hammerhead marked this pull request as ready for review September 14, 2023 07:32
@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Patch has no changes to coverable lines.

📢 Thoughts on this report? Let us know!.

Copy link
Member

@amotl amotl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much!

@hammerhead hammerhead merged commit 61fa575 into main Sep 14, 2023
2 checks passed
@hammerhead hammerhead deleted the hammerhead/models-tab branch September 14, 2023 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem accessing "Models" in web UI
2 participants