Dharshana M Krishnamoorthy created ATLAS-4277:
-------------------------------------------------
Summary: [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
Reporter: Dharshana M Krishnamoorthy
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)