pyapacheatlas.core.client.PurviewClient.classify_bulk_entities#

PurviewClient.classify_bulk_entities(entityGuids, classification)#

Given a single classification, you want to apply it to many entities and you know their guid. This call will fail if any one of the guids already have the provided classification on that entity.

Parameters
  • entityGuids (Union(str,list)) – The guid or guids you want to classify.

  • classification (Union(dict, AtlasClassification)) – The AtlasClassification object you want to apply to the entities.

Returns

A message indicating success. The only key is ‘message’, containing a brief string.

Return type

dict(str,Union(list(str),str))