โ01-31-2022 04:53 PM
I am trying the databricks community edition . When i try to register my model it is throwing following exception.
RestException: PERMISSION_DENIED: Model Registry is not enabled for organization
How to enable the model registry ... I have tried in settings and everywhere ..could not find how to enable model registry....
Is it the limitation with community edition?
โ02-04-2022 12:46 PM
Hi @suresh kโ , The Model Registry is enabled by default for all customers using Databricksโ Unified Analytics Platform.
โ02-01-2022 02:11 AM
I bet that it is limitation with community edition
โ02-04-2022 12:46 PM
Hi @suresh kโ , The Model Registry is enabled by default for all customers using Databricksโ Unified Analytics Platform.
โ03-30-2022 12:26 AM
I am having the same issue. How do you resolve this?
โ03-30-2022 01:44 AM
Hi @Martin Oloweโ , Can you please elaborate the issue which you're facing?
โ03-30-2022 02:08 AM
Currently running this cmmd:-
model_name = "Quality"
model_version = mlflow.register_model(f"runs:/{run_id}/random_forest_model", model_name)
# Registering the model takes a few seconds, so add a small delay
time.sleep(15)
however I get this error:-
RestException: PERMISSION_DENIED: Model Registry is not enabled for organization 2183541758974102.
the answer you provided did not provide a solution
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group