Sarath Subramanian created ATLAS-2841:
-----------------------------------------
Summary: Regression, Tag Propagation : When a table is moved from
database1 to database2 , tag propagated from db1 still propagated to table.
Key: ATLAS-2841
URL: https://issues.apache.org/jira/browse/ATLAS-2841
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 1.0.0
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
Fix For: 1.1.0
1. Create databases db1,db2
2. Create table1 in db1.
3. Modify relationship between db1 and table1 such that tags associated to db1
are propagated to table1.
4. Add tag1 to db1.
5. Add tag2 to db2.
6. Rename table from db1.table1 to db2.table1.
7. Earlier behavior is , tag1 propagated from db1 is removed from table and
tag2 is propagated to table1 from db2. But currently , both tag1 and tag2 are
propagated to table1.
In relationship response between db1 and table, status is marked DELETED.
tag1 is not added to propagatedClassifications array in the response of the
relationship ,but still tag1 is propagated to table.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)