-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/75150/
-----------------------------------------------------------
(Updated Aug. 16, 2024, 11:36 a.m.)
Review request for atlas, Jayendra Parab, Mandar Ambawane, Pinal Shah, and
Sheetal Shah.
Bugs: ATLAS-4892
https://issues.apache.org/jira/browse/ATLAS-4892
Repository: atlas
Description
-------
Problem:
During import, if shell entity is present in the importing file, import is
getting failed.
Solution:
There is mandatory attribute check present which was not allowing to create
shell entity and the import was getting failed due to this implementation.
Diffs (updated)
-----
intg/src/main/java/org/apache/atlas/type/AtlasEntityType.java 60e57a379
intg/src/main/java/org/apache/atlas/type/AtlasStructType.java ffbe9e7d8
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityGraphDiscoveryV2.java
b51951fe2
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2.java
656c9d14b
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
77ab99a96
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/IDBasedEntityResolver.java
2f37eac6b
Diff: https://reviews.apache.org/r/75150/diff/4/
Changes: https://reviews.apache.org/r/75150/diff/3-4/
Testing
-------
Thanks,
Priyanshi Shah