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-4139) [Atlas: Glossary Term Bulk Import] When AdditionalAttributes is not provided in key:value format, the error message does not convey that

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

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

> [Atlas: Glossary Term Bulk Import] When AdditionalAttributes is not provided in key:value format, the error message does not convey that
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-4139
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4139
>             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-4139.patch, Screenshot 2021-02-05 at 4.07.46 PM.png
>
>
> Consider the following input for bulk import term_glossary
> {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_1 short description", "glossary_1 term_1 long description", "Examples", "AB", "glossary_1 term_1 Usage", "random_key"
>  {code}
> Here *AdditionalAttributes* is *random_key*
> When this is imported we get
> {code:java}
> errorCode: "ATLAS-500-00-001"errorMessage: "The uploaded file has not been processed due to the following errors : ↵[↵The Data in the uploaded file is incorrectly specified  : random_key]" {code}
> It mentions The Data in the uploaded file is incorrectly specified : random_key
> It would be good to convey as "AdditionalAttributes has to a key:value pair" or something similar



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