pyapacheatlas.core.client.PurviewClient.get_entity_classifications#

PurviewClient.get_entity_classifications(guid)#

Retrieve all classifications from the given entity’s guid.

Parameters

guid (str) – The entity’s guid.

Returns

An AtlasClassifications object that contains keys ‘list’ (which is the list of classifications on the entity), pageSize, sortBy, startIndex, and totalCount.

Return type

dict(str, object)