[
https://issues.apache.org/jira/browse/ATLAS-4180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
chaitali borole reassigned ATLAS-4180:
--------------------------------------
Assignee: chaitali borole
> [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
> Reporter: Dharshana M Krishnamoorthy
> Assignee: chaitali borole
> Priority: Minor
>
> 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)