SP_6721
Honored Contributor II

Hi @fbs342 ,

Try pointing MLflow to the Unity Catalog registry in your deploy code with mlflow.set_registry_uri("databricks-uc"), then update serving_a to reference the UC model before redeploying the endpoint. After that, move any dependencies you previously configured via DatabricksServiceEndpoint into serving endpoint environment variables, read those values in your model code, and redeploy serving_a