-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64723/
-----------------------------------------------------------
Review request for ranger and Madhan Neethiraj.
Bugs: RANGER-1937
https://issues.apache.org/jira/browse/RANGER-1937
Repository: ranger
Description
-------
Currently Ranger tagsync ignores ENTITY_CREATE notifications from Atlas, as no
tags would be associated with the newly created entity. However, when an entity
is created in Atlas via import, tags could be associated with the entity. To
not miss the tags associated with the entities, Ranger tagsync should be
updated to process ENTITY_CREATE notifications as well.
Diffs
-----
tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasNotificationMapper.java
f42c908
Diff: https://reviews.apache.org/r/64723/diff/1/
Testing
-------
Unit test run successful
Thanks,
Abhay Kulkarni