Creating Entities with columns using Python SDK

Kabath, Piotr 5 Reputation points
2023-04-14T13:38:38.36+00:00

While trying to create entity with columns manually, other than hive__table with hive__columns I'm always getting "errorCode":"ATLAS-403-00-001" ...is not authorized to perform. Any idea what this is about, looks like it is not connected to any access rights issues. I'm also getting the same problem while following those steps: https://github.com/wjohnson/pyapacheatlas/wiki/Azure-Purview-Tips Cheers Piotr

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,065 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Kabath, Piotr 5 Reputation points
    2023-04-18T09:24:09.9433333+00:00

    We have sorted out this issue. It seems that Collection level permissions are not sufficient for this operation. Issue was caused by access restricted to specific collection and was resolved after granting global curator role.

    1 person found this answer helpful.

  2. ShaikMaheer-MSFT 38,401 Reputation points Microsoft Employee
    2023-04-17T16:13:53.4866667+00:00

    It seems like you are encountering an authorization issue while trying to create an entity with columns manually. The error message "errorCode":"ATLAS-403-00-001" indicates that the user is not authorized to perform the operation.

    Have you checked if you have the necessary permissions to create entities and columns in Atlas? You may want to check with your administrator to ensure that you have the required permissions.

    Also, have you followed all the steps mentioned in the documentation you shared? It is possible that there might be a step that you missed or did not complete correctly.

    If you have checked the permissions and followed the steps correctly, and you are still encountering the issue, it is possible that there might be a bug or an issue with the tool you are using. In that case, you may want to reach out to the support team for the tool you are using for further assistance.

    I hope this helps! Let me know if you have any other questions.

    0 comments No comments