Dharshana M Krishnamoorthy created ATLAS-4041:
-------------------------------------------------
Summary: It will be good to have the operation status info of
EXPORT operation in the Admin export audits
Key: ATLAS-4041
URL: https://issues.apache.org/jira/browse/ATLAS-4041
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Dharshana M Krishnamoorthy
Assignee: Mandar Ambawane
Currently we do not have information if the export operation is "PASS" or
"FAIL" or "PARTIAL_PASS"
It will be good to have this information
Current output:
{code}
{
"guid": "<guid>",
"userName": "<user name>",
"operation": "EXPORT",
"params": "\{\"fetchType\":\"FULL\",\"matchType\":\"startsWith\"}",
"startTime": 1605089955917,
"endTime": 1605089957959,
"clientId": "<IP>",
"result": "\{\"hdfs_path\":1,\"dharshana\":1,\"hive_db\":1}",
"resultCount": 3
}
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)