-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68435/
-----------------------------------------------------------
Review request for atlas, Apoorv Naik, Ashutosh Mestry, Madhan Neethiraj, and
Nixon Rodrigues.
Bugs: ATLAS-2830
https://issues.apache.org/jira/browse/ATLAS-2830
Repository: atlas
Description
-------
1. Create a lineage like the following :
table1 -----> table2 ----> table3 -----> table4 ----> table5
2. Add tag1 to table1 ( with default false value for
removePropagationsOnEntityDelete , propagate to True)
3. drop table3
4. Edit some tag attributes of tag1 associated to table1.
5. In Atlas , the tag1 attributes are updated down the lineage till table5.
6. But , CLASSIFICATION_UPDATE notification is sent to ATLAS_ENTITIES only till
table3. No notification is sent for table4 and table5.
Diffs
-----
intg/src/main/java/org/apache/atlas/model/instance/AtlasEntity.java 066b0d0f4
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
7eb32148a
Diff: https://reviews.apache.org/r/68435/diff/1/
Testing
-------
Precommit in progress.
Thanks,
Sarath Subramanian