Hi @nepiskopos,
From what youโve described, this does not look like a Unity Catalog permissions issue. The main reason is that the target registered model object is being created in the schema, but the model version is not. That usually points to a failure in the UI registration flow after the model placeholder has been created, rather than a problem with CREATE MODEL / USE CATALOG / USE SCHEMA itself.
The other strong signal is that registration works when you do the same thing through MLflow. If the same model can be registered successfully with MLflow into the same catalog and schema, that makes a permissions problem much less likely and suggests the issue is specific to the Databricks web UI path.
So this is most likely a recent UI-side regression or failure in the backend path used by the UI for model version creation. In other words... the UI can create the model entry , but it is failing on the follow-up step that should create the first model version
That would also explain why this worked a couple of weeks ago and is now suddenly failing, without any obvious change in your grants.
For now, the practical workaround is to continue registering the model through MLflow, since that path is succeeding in your workspace.
You may also want to raise a support ticket with the relevant details for the product teams to investigate.
If this answer resolves your question, could you mark it as โAccept as Solutionโ? That helps other users quickly find the correct fix.
Regards,
Ashwin | Delivery Solution Architect @ Databricks
Helping you build and scale the Data Intelligence Platform.
***Opinions are my own***