Dharshana M Krishnamoorthy created ATLAS-4034:
-------------------------------------------------

             Summary: Export operation audit with result count 0 for empty 
exports is inconsistent
                 Key: ATLAS-4034
                 URL: https://issues.apache.org/jira/browse/ATLAS-4034
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
            Reporter: Dharshana M Krishnamoorthy


Export operation creates an audit with *count 0* for the following request:
{code:java}
{
 "itemsToExport": [
 
 ]
}

{code}
But the following input does not create any audit entry : Please note the *{}* 
in the *itemsToExport* array
{code:java}
{
 "itemsToExport": [
   {}
 ]
}
 {code}
We need to keep the result consistent. Either create entry for the later with 
result count 0 or do not create an entry for the former



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to