Skip to content

Refactor MLFLow api

Eduardo Bonet requested to merge 408790-refactor-mlflow-api into master

What does this MR do and why?

mlflow.rb has too many endpoints, and we plan on adding more for the model registry. This refactors the endpoints into one file per resource, but keeps the tests as is to make sure we are not breaking anything. A follow up for tests is already created (!118777 (merged))

Related to #408790 (closed)

Edited by Eduardo Bonet

Merge request reports