[
https://issues.apache.org/jira/browse/ATLAS-4139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dharshana M Krishnamoorthy updated ATLAS-4139:
----------------------------------------------
Summary: [Atlas: Glossary Term Bulk Import] When AdditionalAttributes is
not provided in key:value format, the error message does not convey that (was:
[Atlas: Glossary Term Bulk Import] When AdditionalAttributes is not provided in
key:value format, the error message could convey that)
> [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
> Priority: Major
> Attachments: 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)