chaitali borole created ATLAS-5055: -------------------------------------- Summary: Incremental Export : When entity exported has a tag propagated from entity which is deleted , tag is not propagated to it at target Key: ATLAS-5055 URL: https://issues.apache.org/jira/browse/ATLAS-5055 Project: Atlas Issue Type: Improvement Components: atlas-core Affects Versions: 3.0.0 Reporter: chaitali borole Assignee: chaitali borole
PROBLEM STATEMENT: When entity exported has a tag propagated from entity which is deleted , tag is not propagated to it at target STEPS TO REPRODUCE: Create lineage table1 --> table2 ---> table3 ---> table4 Add tag tag1 to table1 tag1 is propogated till table4 Drop table1 Export and Import entire lineage along with parent using incremental fetch type CURRENT BEHAVIOUR: table1 , table2 , table3 are exported But since table1 is deleted , on the destination after import tag appears to be applied on table1 but tag is not propagated to any of the child entities. -- This message was sent by Atlassian Jira (v8.20.10#820010)