-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.relationshipAttributesis 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working