Ayub Khan created ATLAS-1724: -------------------------------- Summary: Exporting a non-existing entity results in success. Ideally, this should result in error. Key: ATLAS-1724 URL: https://issues.apache.org/jira/browse/ATLAS-1724 Project: Atlas Issue Type: Bug Components: atlas-core Affects Versions: 0.8-incubating Reporter: Ayub Khan Fix For: trunk, 0.9-incubating
Exporting a non-existing entity results in success. Ideally, this should result in error. {noformat} apathan@Ayub-sys-101:~/Documents/ExportAPI/outputs > pj atlas-export-info.json { "clientIpAddress": "172.27.23.198", "hostName": "10.42.80.143", "metrics": { "duration": 368 }, "operationStatus": "SUCCESS", "request": { "itemsToExport": [ { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "db121@cl1" } } ] }, "timeStamp": 1491635440500, "userName": "admin" } apathan@Ayub-sys-101:~/Documents/ExportAPI/outputs > pj atlas-typesdef.json { "classificationDefs": [], "entityDefs": [], "enumDefs": [], "structDefs": [] } apathan@Ayub-sys-101:~/Documents/ExportAPI/outputs > pj atlas-export-order.json [] apathan@Ayub-sys-101:~/Documents/ExportAPI/outputs > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)