You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The AtlasEntity class method addRelationship checks if the relationship attributes are uninitialised by wrongly testing if the customAttributes attribute (instead of the relationshipAttributes one) was initialised.
To Reproduce
Steps to reproduce the behavior:
Create an AtlasEntity
Set a customAttribute
Try to add a relationship by calling AtlasEntity::addRelationship
Verify that AtlasEntity.relationshipAttributes is still empty
Expected behavior
The AtlasEntity object should have the added relationship.
Desktop (please complete the following information):
OS: Mac
PyApacheAtlas Version (python -m pyapacheatlas --version): 0.15.0
The text was updated successfully, but these errors were encountered:
Describe the bug
The
AtlasEntity
class methodaddRelationship
checks if the relationship attributes are uninitialised by wrongly testing if thecustomAttributes
attribute (instead of therelationshipAttributes
one) was initialised.To Reproduce
Steps to reproduce the behavior:
AtlasEntity
customAttribute
AtlasEntity::addRelationship
AtlasEntity.relationshipAttributes
is still emptyExpected behavior
The
AtlasEntity
object should have the added relationship.Desktop (please complete the following information):
python -m pyapacheatlas --version
): 0.15.0The text was updated successfully, but these errors were encountered: