Sarath Subramanian created ATLAS-2633:
-----------------------------------------
Summary: Tag Propagation , V2 notifications : When propagate value
is switched from False to True , "CLASSIFICATION_UPDATE" notification is sent
instead of "CLASSIFICATION_ADD"
Key: ATLAS-2633
URL: https://issues.apache.org/jira/browse/ATLAS-2633
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 1.0.0
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
Fix For: 1.0.0
Create a lineage like the following :
table1 -----> process1 -------> table2
Added tag1 to table1 with propagate set to False.
Edited tag1 at table1 and set propagate to True.
Expected operationType CLASSIFICATION_ADD for process1 and table2 but found
CLASSIFICATION_UPDATE message for table2 and process1.
CLASSIFICATION_UPDATE for table1 is expected but CLASSIFICATION_ADD is expected
for table2 and process1.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)