-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73313/
-----------------------------------------------------------
Review request for atlas 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/model/glossary/AtlasGlossaryTermHeader.java
65a5ce041
Diff: https://reviews.apache.org/r/73313/diff/1/
Testing
-------
In case of glossary import, new response:
{
"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":
"{\"termGuid\":\"f4f4c97a-7937-4639-8c3d-bdd46f0a6ed8\",\"qualifiedName\":\"Receivable@Banking16\"}"
}
]
}
Thanks,
Sidharth Mishra