Open tejasnp163 opened 1 year ago
The parameter passing for the api/2.0/mlflow/registered-models/get endpoint has changed from through request body to through query parameter.
I have tested the same using postman and the endpoint works with query-parameter but not as a request body payload.
https://github.com/mlflow/mlflow-export-import/blob/master/mlflow_export_import/model/export_model.py#L112
The parameter passing for the api/2.0/mlflow/registered-models/get endpoint has changed from through request body to through query parameter.
I have tested the same using postman and the endpoint works with query-parameter but not as a request body payload.
https://github.com/mlflow/mlflow-export-import/blob/master/mlflow_export_import/model/export_model.py#L112