[
https://issues.apache.org/jira/browse/ATLAS-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18088632#comment-18088632
]
ASF subversion and git services commented on ATLAS-5310:
--------------------------------------------------------
Commit 9db78b95e1b6a750bb7b77fd87b4b4ef0a1787dc in atlas's branch
refs/heads/atlas-2.6 from saksenasonali
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=9db78b95e ]
ATLAS-5310: Export/Import API : When tag attributes types get modified between
th… (#662)
Co-authored-by: ssaksena <[email protected]>
(cherry picked from commit ac00c0f983b64cddace745e806750c7057abd867)
> 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: 1h 20m
> 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)