-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73304/
-----------------------------------------------------------

(Updated April 29, 2021, 1:35 a.m.)


Review request for atlas, Ashutosh Mestry, Deep Singh, Radhika Kundam, and 
Sarath Subramanian.


Bugs: ATLAS-4261
    https://issues.apache.org/jira/browse/ATLAS-4261


Repository: atlas


Description
-------

ATLAS-4261: Bulk Glossary Import Response and Failed Error Message Improvements


Diffs
-----

  intg/src/main/java/org/apache/atlas/AtlasErrorCode.java 5ef62d310 
  intg/src/main/java/org/apache/atlas/model/glossary/AtlasGlossaryTerm.java 
4fa1538df 
  repository/src/main/java/org/apache/atlas/glossary/GlossaryService.java 
b12c0b803 
  repository/src/main/java/org/apache/atlas/glossary/GlossaryTermUtils.java 
f5789a712 


Diff: https://reviews.apache.org/r/73304/diff/5/


Testing (updated)
-------

{
    "failedImportInfoList": [
        {
            "parentObjectName": "Banking9",
            "childObjectName": "Payable",
            "importStatus": "FAILED",
            "remarks": "Glossary term with qualifiedName Payable@Banking9 
already exists"
        },
        {
            "parentObjectName": "Auto9",
            "childObjectName": "Steering",
            "importStatus": "FAILED",
            "remarks": "Glossary term with qualifiedName Steering@Auto9 already 
exists"
        }
    ],
    "successImportInfoList": [
        {
            "parentObjectName": "Banking16",
            "childObjectName": "Receivable",
            "importStatus": "SUCCESS",
            "remarks": 
"{\"glossaryGuid\":\"f4f4c97a-7937-4639-8c3d-bdd46f0a6ed8\",\"qualifiedName\":\"Receivable@Banking16\"}"
        }
    ]
}


Thanks,

Sidharth Mishra

Reply via email to