pyapacheatlas.core.client.PurviewClient.get_entity_classification#

PurviewClient.get_entity_classification(guid, classificationName)#

Retrieve a specific entity from the given entity’s guid.

Parameters
  • guid (str) – The guid of the entity that you want to query.

  • classificationName (str) – The typeName of the classification you want to query.

Returns

An AtlasClassification object that contains entityGuid, entityStatus, typeName, attributes, and propagate fields.

Return type

dict(str, object)