pyapacheatlas.core.client.PurviewClient._classify_entity_adds#

PurviewClient._classify_entity_adds(guid, classifications)#

Update a given entity guid with the provided classifications.

Parameters
  • guid (str) – The guid you want to classify.

  • classifications (list(dict)) – The list of AtlasClassification object you want to apply to the entity.

Returns

The name of the classification provided are returned.

Return type

list(str)