Umesh Padashetty created ATLAS-4025:
---------------------------------------
Summary: [Export/Import] Removing a classification from the entity
in source cluster does not remove the classification in target cluster
Key: ATLAS-4025
URL: https://issues.apache.org/jira/browse/ATLAS-4025
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 2.1.0
Reporter: Umesh Padashetty
Steps to reproduce:
# Created a table src_test8_t1 in the source cluster
# Assigned the classification "test_classification" to the src_test8_t1
hive_table entity in source cluster
# Ran Atlas export in source, followed by import in target cluster
# Entity src_test8_t1 was created in target cluster with classification
"test_classification" assigned to it correctly
# Now, I removed the classification "test_classification" from the entity
src_test8_t1 in source cluster
# Ran Atlas export in source, followed by import in target cluster
# Now, the expectation is the classification "test_classification" is removed
in the target cluster from the entity src_test8_t1. But it is not,
classification is still assigned to the entity
--
This message was sent by Atlassian Jira
(v8.3.4#803005)