You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Dharshana M Krishnamoorthy (Jira)" <ji...@apache.org> on 2021/05/18 13:19:00 UTC

[jira] [Updated] (ATLAS-4277) [Atlas: Glossary Term Bulk Import] [Regression] Unable to create term term_1 under glossary glossary_1 via bulk import

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

Dharshana M Krishnamoorthy updated ATLAS-4277:
----------------------------------------------
    Component/s:  atlas-core

> [Atlas: Glossary Term Bulk Import] [Regression] Unable to create term term_1 under glossary glossary_1 via bulk import
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-4277
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4277
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>            Reporter: Dharshana M Krishnamoorthy
>            Assignee: Sidharth Kumar Mishra
>            Priority: Major
>
> Unable to create term *term_1* under glossary *glossary_1* the cluster with latest bits
> Import input:
> {code:java}
> GlossaryName, TermName, ShortDescription, LongDescription, Examples, Abbreviation, Usage, AdditionalAttributes, TranslationTerms, ValidValuesFor, Synonyms, ReplacedBy, ValidValues, ReplacementTerms, SeeAlso, TranslatedTerms, IsA, Antonyms, Classifies, PreferredToTerms, PreferredTerms glossary_1,term_1
> glossary_1,term_2{code}
> Current result:
> {code:java}
> {
>   "failedImportInfoList":[
>     {
>       "parentObjectName":"glossary_1",
>       "childObjectName":"term_1",
>       "importStatus":"FAILED",
>       "remarks":"Glossary term with qualifiedName term_1@glossary_1 already exists"
>     }
>   ],
>   "successImportInfoList":[
>     {
>       "parentObjectName":"glossary_1",
>       "childObjectName":"term_2",
>       "importStatus":"SUCCESS",
>       "remarks":"{\"termGuid\":\"8fe9a26a-aa14-4ed4-9a37-ef6db69ec29b\",\"qualifiedName\":\"term_2@glossary_1\"}"
>     }
>   ]
> } {code}
> Even though there is no glossary with name glossary_1 and you are creating it for the first time, this error is thrown.
> This was working fine on the older bits



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