-
Notifications
You must be signed in to change notification settings - Fork 409
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
Migrate databricks_mlflow_model
to go sdk
#2257
Migrate databricks_mlflow_model
to go sdk
#2257
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2257 +/- ##
==========================================
- Coverage 88.16% 88.09% -0.07%
==========================================
Files 145 145
Lines 12094 12108 +14
==========================================
+ Hits 10663 10667 +4
- Misses 939 944 +5
- Partials 492 497 +5
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please address the comments from the previous PR review
@nfx I think this is ready to merge - all comments from the prior PR are addressed |
Waiting on go sdk fix. Currently the ml model get request returns a nil Registered model. |
@nfx thanks for the fix. Acceptance and unit tests are passing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing this change! Moving to the Go SDK is a thankless task. Two small nits, otherwise we can get this into the next release!
Co-authored-by: Miles Yucht <miles@databricks.com>
Main comments have been addressed now that Go SDK has been updated.
Changes
Migrate MLflow model to Go SDK and update testing file.
Tests
make test
run locallydocs/
folderinternal/acceptance