You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sarath Subramanian (Jira)" <ji...@apache.org> on 2021/03/22 17:25:00 UTC

[jira] [Updated] (ATLAS-4180) [Atlas: Glossary Term Bulk Import] Update error message thrown while using "@" in glossary/term name

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

Sarath Subramanian updated ATLAS-4180:
--------------------------------------
    Fix Version/s: 2.2.0
                   3.0.0

> [Atlas: Glossary Term Bulk Import] Update error message thrown while using "@" in glossary/term name
> ----------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-4180
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4180
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 2.1.0
>            Reporter: Dharshana M Krishnamoorthy
>            Assignee: chaitali borole
>            Priority: Minor
>             Fix For: 3.0.0, 2.2.0
>
>
> Input: *@ in term name*
> {code:java}
> "glossary_1","@term_1" {code}
> Error:
> {code:java}
> {"errorCode":"ATLAS-500-00-016","errorMessage":"Error occurred while creating glossary term: {0}","errorCause":"name cannot contain following special chars (@, .)"} {code}
> *Expectation*:
>  * Replace *{0}* with actual term name
>  * Convey the reason in error message
>  
> Input: *@ in glossary name*
> {code:java}
> "@glossary_1","term_1"{code}
> Error:
> {code:java}
> {"errorCode":"ATLAS-500-00-001","errorMessage":"The uploaded file has not been processed due to the following errors : \n[The provided Glossary Name is invalid : @glossary_1]"} {code}
> Expectation: 
>  * Keep it consistent with above message
>  * convey reason in error message
> Also these are client errors



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