Support Questions

Find answers, ask questions, and share your expertise

Apache Atlas - Rest API update entity is not reflecting in Atlas UI

avatar
Explorer

Hi Team

@cravani @pvishnu 

I am performing POST operation on existing entity in Atlas, which does add classification to the entity.

It is succeeding with 200 status where as not reflecting in Atlas. 

Please find below request and response json.

URL : http://<host_name>:21000/api/atlas/v2/entity

Post Request : 

{
    "entity" :
    {
            "typeName": "hive_table",
            "attributes": {
              "qualifiedName": "prod_de9.test123",
              "name": "test123"
            },
            "status": "ACTIVE",
            "classifications": [
            {
                "typeName": "Country",
                "entityStatus": "ACTIVE",
                "propagate": true
            }],
            "businessAttributes": {
            "Data Set Name": {
                "Data Set Name": "TestDS",
                "Data Set Type": "TestDSType"
            }
        }
    }
}

Response:

{
    "guidAssignments": {
        "-31810462586870229": "914af151-fd4a-4279-88a0-395dec95adf4"
    }
}
5 REPLIES 5

avatar
Community Manager

@Atlas, Welcome to our community! To help you get the best possible answer, I have tagged our experts @Scharan who may be able to assist you further.

Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
Explorer

Any update please

avatar
Explorer

Hi @Atlas @Scharan Team,

Please help me on this issue

avatar
Explorer

Hi @Atlas @Scharan Team,

Please help me on this issue

avatar
Master Collaborator

hi @Atlas  Hi Atlas, do you see any information in Atlas application logs? Please retry the API and share the stack trace from Atlas application logs.