You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (Jira)" <ji...@apache.org> on 2020/05/18 03:55:00 UTC

[jira] [Resolved] (ATLAS-976) AtlasClient is missing DELETE_TRAIT API

     [ https://issues.apache.org/jira/browse/ATLAS-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Madhan Neethiraj resolved ATLAS-976.
------------------------------------
    Resolution: Done

Following API exists to remove a classification from an entity:
{code}
public class AtlasClient {
  ...

  public void deleteTrait(String guid, String traitName) {
    ...
  }

  ...
}
{code}


> AtlasClient is missing DELETE_TRAIT API
> ---------------------------------------
>
>                 Key: ATLAS-976
>                 URL: https://issues.apache.org/jira/browse/ATLAS-976
>             Project: Atlas
>          Issue Type: Improvement
>            Reporter: Hemanth Yamijala
>            Priority: Major
>
> AtlasClient has API to add a trait instance to an entity, but it doesn't contain a delete trait instance from entity.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)