pyapacheatlas.core.client.AtlasClient._classify_entity_updates#

AtlasClient._classify_entity_updates(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 update to the entity.

Returns

The name of the classification provided are returned.

Return type

list(str)