Member since
09-02-2021
5
Posts
0
Kudos Received
0
Solutions
09-07-2021
11:51 AM
Hi @pvishnu, thanks for the reply. Actually I am trying to create an entity or update an entity if already existed by its unique attribute (QualifiedName), instead of first getting a guid. In this case, post v2/entity seems to be the best fit. It can update the attributes of the entity but it cannot add classification to it. Can it work as expected? If so, that will be ideal. Also, I tried what you suggested, but I still got an error: There was an error processing your request. It has been logged (ID ccfeb9583f4b2242). Where can I see the log?
... View more
09-02-2021
06:11 PM
Hi, I try to use post /v2/entity to create or update entities (as described in the doc), but it cannot add classification to an existing entity while it can update the attributes of the entity. I also try POST /v2/entity/bulk/classification using the following request: { "classification": {"entityStatus": "ACTIVE", "propagate": True, "removePropagationsOnEntityDelete": True, "typeName": "my_tag"}, "entitiesUniqueAttributes": [{"property1": {"qualifiedName": "my_name"}}], "entityTypeName": "my_type" } It does not work, either.
... View more
Labels:
- Labels:
-
Apache Atlas