-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74783/
-----------------------------------------------------------
(Updated Jan. 15, 2024, 11:43 a.m.)
Review request for atlas, Jayendra Parab, Paresh Devalia, Pinal Shah, and
Sheetal Shah.
Bugs: ATLAS-4819
https://issues.apache.org/jira/browse/ATLAS-4819
Repository: atlas
Description
-------
When an entity-type has relationships with other entity-types on same attribute
and when the relationship type information is not provided.
This might result in Atlas picking the random relationship-type for the current
entity type.
Which may lead to "Invalid relationshipDef" exceptions while creating entities
/ updating entities / migration import.
This patch allows user to provide the default value for the relationship-type
for particular entity-type.
Diffs (updated)
-----
distro/src/conf/atlas-application.properties b5734d7a8
intg/src/main/java/org/apache/atlas/type/AtlasEntityType.java 60e57a379
intg/src/main/java/org/apache/atlas/type/AtlasStructType.java 591b31612
Diff: https://reviews.apache.org/r/74783/diff/2/
Changes: https://reviews.apache.org/r/74783/diff/1-2/
Testing
-------
Thanks,
Mandar Ambawane