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

Fix chart artifact to have db key #441

Merged

Conversation

Hedingber
Copy link
Contributor

When running the model_server_tester function we noticed that in the UI the latency artifact has no name.
The reason for that was that the artifact (which is ChartArtifact instance) had no db_key field.
It didn't had the field since db_key is not in the class's _dict_fields attribute, I noticed that this class's dict fields is simply a subset of the base class's dict fields, so I just removed it (and the class will use the base class dict fields)

@Hedingber Hedingber merged commit 61b0c2c into mlrun:development Sep 22, 2020
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.

None yet

1 participant