[
https://issues.apache.org/jira/browse/ATLAS-4180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306433#comment-17306433
]
ASF subversion and git services commented on ATLAS-4180:
--------------------------------------------------------
Commit 49576ba7dffa3403a2917d7a8fc0d477cd31bc1f in atlas's branch
refs/heads/master from chaitali borole
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=49576ba ]
ATLAS-4180: [Atlas: Glossary Term Bulk Import] Update error message thrown
while using @ in glossary/term name
Signed-off-by: Sarath Subramanian <[email protected]>
> [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)