Community Edition - MLflow RestException: PERMISSION_DENIED: Model Registry is not enabled for organization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 02:11 AM
I bet that it is limitation with community edition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 12:26 AM
I am having the same issue. How do you resolve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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