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/04/28 11:13:00 UTC

[jira] [Created] (ATLAS-4265) [Atlas: Glossary Term Bulk Import]: Error message is displayed twice for an error in bulk import

Dharshana M Krishnamoorthy created ATLAS-4265:
-------------------------------------------------

             Summary: [Atlas: Glossary Term Bulk Import]: Error message is displayed twice for an error in bulk import
                 Key: ATLAS-4265
                 URL: https://issues.apache.org/jira/browse/ATLAS-4265
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core, atlas-webui
            Reporter: Dharshana M Krishnamoorthy
         Attachments: Screenshot 2021-04-28 at 4.34.30 PM.png

Scenario: Import Blank glossary and terms
{code:java}
GlossaryName, TermName, ShortDescription, LongDescription, Examples, Abbreviation, Usage, AdditionalAttributes, TranslationTerms, ValidValuesFor, Synonyms, ReplacedBy, ValidValues, ReplacementTerms, SeeAlso, TranslatedTerms, IsA, Antonyms, Classifies, PreferredToTerms, PreferredTerms
" ", " "{code}
*Observation:*
{code:java}
{
  "failedImportInfoList":[
    {
      "parentObjectName":"",
      "childObjectName":null,
      "importStatus":"FAILED",
      "remarks":"The GlossaryName is blank for the record : [ ,  ]"
    },
    {
      "parentObjectName":"",
      "childObjectName":null,
      "importStatus":"FAILED",
      "remarks":"The GlossaryName is blank for the record : [ ,  ]"
    }
  ]
}{code}
!Screenshot 2021-04-28 at 4.34.30 PM.png|width=546,height=217!



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