You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Mandar Ambawane (Jira)" <ji...@apache.org> on 2021/07/27 09:52:00 UTC

[jira] [Updated] (ATLAS-4135) [Atlas: Glossary Term Bulk Import] It will be good to ignore the glossaries and terms that are already present instead of failing the bulk import

     [ https://issues.apache.org/jira/browse/ATLAS-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mandar Ambawane updated ATLAS-4135:
-----------------------------------
    Fix Version/s: 2.2.0
                   3.0.0

> [Atlas: Glossary Term Bulk Import] It will be good to ignore the glossaries and terms that are already present instead of failing the bulk import
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-4135
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4135
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>            Reporter: Dharshana M Krishnamoorthy
>            Assignee: Mandar Ambawane
>            Priority: Major
>             Fix For: 3.0.0, 2.2.0
>
>         Attachments: ATLAS-4135-ATLAS-4139.patch, Screenshot 2021-02-04 at 7.06.56 PM.png
>
>
> Consider the following scenario:
> Already available glossaries and terms:
> glossary_1 ==> term_1
> glossary_1 ==> term_2
> glossary_2 ==> term_1
> glossary_2 ==> term_2
>  
> Now if the user is performing a bulk import and if glossary_1 ==> term_1 is part of the input, currently the call fails.
> {code:java}
> {errorCode: "ATLAS-500-00-016", errorMessage: "Error occurred while creating glossary term: {0}",…}errorCause: "Glossary term with qualifiedName term_1@aglossary_01 already exists"errorCode: "ATLAS-500-00-016"errorMessage: "Error occurred while creating glossary term: {0}" {code}
> Expectation:
> If it already exists, then just update the other field values eg, long description and the linked terms and do not fail
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)