pyapacheatlas.core.client.AtlasClient.get_relationship#
- AtlasClient.get_relationship(guid)#
Retrieve the relationship attribute for the given guid.
- Parameters
guid (str) – The unique guid for the relationship.
- Returns
A dict representing AtlasRelationshipWithExtInfo with the relationship (what you probably care about) and referredEntities attributes.
- Return type
dict(str, dict)