Registers model in DataBricks community edition

Kumar 20 Reputation points
2023-06-21T18:25:29.0166667+00:00

When I am trying to register the models in DataBricks Community Edition I facing an error.

Model Logging is working fine and register model is not

2023/06/20 11:59:10 WARNING mlflow.models.model: Model logged without a signature. Signatures will be required for upcoming model registry features as they validate model inputs and denote the expected schema of model outputs. Please visit https://www.mlflow.org/docs/2.4.1/models.html#set-signature-on-logged-model for instructions on setting a model signature on your logged model. java.lang.IllegalStateException: Secrets API is not enabled for this workspace.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,533 questions
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA 90,651 Reputation points Moderator
    2023-06-22T08:21:55.21+00:00

    @Kumar - Thanks for the question and using MS Q&A platform.

    This is a known limiation with Databricks community edition.

    Note: Secrets APIs works only with Azure Databricks Premium version. For more details, refer to https://learn.microsoft.com/en-us/azure/databricks/security/secrets/secret-scopes.

    Secrets aren't enabled on the community edition. If you try to execute any related command, such as:

    dbutils.secrets.listScopes()
    

    it will give the following error:

    Secrets API is not enabled for this workspace.
    

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.