[
https://issues.apache.org/jira/browse/ATLAS-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Radhika Kundam reassigned ATLAS-5310:
-------------------------------------
Assignee: SONALI SAKSENA
> 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
> Assignee: SONALI SAKSENA
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> _*+PROBLEM STATEMENT:+*_
> Export/Import API : When tag attributes types get modified between the
> exports, causes issue
>
> _*+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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)