Laura Ngo created ATLAS-1885:
--------------------------------
Summary: DELETE classification causes error message
Key: ATLAS-1885
URL: https://issues.apache.org/jira/browse/ATLAS-1885
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 0.8-incubating
Reporter: Laura Ngo
* Created classification via POST (/v2/types/typedefs)
* Tried to delete it via DELETE (/v2/types/typedefs)
* Get 204 no content response (should have been removed)
* Go to UI tag is still there
* Get error in UI
Discovery query failed g.V().has('__traitNames', T.in, traitNames)
[startIdx..<endIdx].toList()
{code}
{
"classificationDefs": [{
"name": "test_classification_10",
"superTypes": [],
"attributeDefs": []
}],
"entityDefs": [],
"enumDefs": [],
"structDefs": []
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)