SONALI SAKSENA created ATLAS-5310:
-------------------------------------
Summary: Export/Import API : When tag attributes types get
modified between the exports, causes issues in import
Key: ATLAS-5310
URL: https://issues.apache.org/jira/browse/ATLAS-5310
Project: Atlas
Issue Type: Bug
Reporter: SONALI SAKSENA
_*+PROBLEM STATEMENT:+*_
Export/Import API : When tag attributes types get modified between the exports,
causes issue
_*+BUILDS:+*_
7.1.x
7.2.x
_*+STEPS TO REPRODUCE:+*_
# Create table table1
# Create tag tag1 with attribute a - string
# Associate tag1 to table1 with value "abc"
# Export table1 into target cluster
# In source cluster , disassociate tag1 , delete tag1 and create new tag with
same name tag1 with attribute a of type double
# Associate tag1 to table1 with value 3.14
# Incremental Export table1 and import to target
_*+CURRENT BEHAVIOUR:+*_
When tag with new attribute type is exported, since difference between types of
string and double , import fails
_*+EXPECTED BEHAVIOUR:+*_
Tag Attribute to be updated at target when updated at source also
_*+REPRODUCIBLE ENVIRONMENT:+*_
Export:
[http://ccycloud-2.quasar-otxayt.root.comops.site:31000/]
Import:
[http://ccycloud-1.quasar-wsnadz.root.comops.site:31000/]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)