Get / SET unity catalog databricks permission API is not working anymore.

Osp 0 Reputation points
2024-08-07T12:43:12.9866667+00:00

The issue is that the API related to accessing/updating unity catalog permissions has stopped working using the token, although others such as accessing cluster list etc are working fine.

 

specifically below API is an issue:

GET/api/2.1/unity-catalog/permissions/{securable_type}/{full_name}

 

We have checked, the token is fine so it is specifically to do with the databricks API call. It was working fine until June or maybe mid July. We have checked the documentation: https://docs.databricks.com/api/azure/workspace/grants/get
but nothing has changed. can you please help?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,105 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,171 questions
Azure Data Catalog
Azure Data Catalog
An Azure service that serves as a system of registration and system of discovery for enterprise data assets.
102 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 24,181 Reputation points
    2024-08-09T15:08:35.94+00:00

    Double-check the endpoint and parameters you are using for the API call. Even minor changes in the API structure can lead to issues. Ensure that the {securable_type} and {full_name} parameters are being passed correctly.

    If everything seems correct on your end, and the issue persists, consider reaching out to Databricks support. Provide them with detailed information about the issue, including the exact API call, token details (if safe to share), and the error message. They might have insights or information about ongoing issues or changes that haven't been publicly documented yet.

    0 comments No comments

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.