โ04-14-2023 12:46 AM
Dear community,
I am having multiple Databricks workspaces in my azure subscription, and I have one central workspace. I want to use the central workspace for model registry and experiments tracking from the multiple other workspaces.
So, If I am training and registering some model from any of the workspaces, it should register inside my central workspace.
I am following the following notebook for the same https://docs.databricks.com/_extras/notebooks/source/mlflow/mlflow-model-registry-multi-workspace.ht..., but I am getting this error whenever I create register model.
MlflowException: API request to endpoint /api/2.0/mlflow/runs/create failed with error code 404 != 200. Response body: ''
I am not able to find any solution. Please guide me.
Thanks in advance.
โ04-15-2023 07:17 AM
Hello, This looks like a bug with the command MlflowClient().get_latest_versions("SOME_REGISTERED_MODEL")
Please check this: https://github.com/mlflow/mlflow/issues/5171
โ04-18-2023 02:22 AM
@Kumar Shanuโ :
The error you are seeing (API request to endpoint /api/2.0/mlflow/runs/create failed with error code 404 != 200) suggests that the API endpoint you are trying to access is not found. This could be due to several reasons, such as incorrect authentication, wrong endpoint URL, or missing permissions.
To troubleshoot this issue, you can try the following steps:
Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections.
Click here to register and join today!
Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.