pyapacheatlas.core.client.AtlasClient.get_all_typedefs#

AtlasClient.get_all_typedefs()#

Retrieve all of the type defs available on the Apache Atlas server.

Returns

A dict representing an AtlasTypesDef, containing lists of type defs wrapped in their corresponding definition types {“entityDefs”, “relationshipDefs”}.

Return type

dict(str, list(dict))