[
https://issues.apache.org/jira/browse/ATLAS-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17240828#comment-17240828
]
ASF subversion and git services commented on ATLAS-4041:
--------------------------------------------------------
Commit 090df1637319e842d0869da128c5cf0f46d06a7f in atlas's branch
refs/heads/branch-2.0 from Mandar Ambawane
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=090df16 ]
ATLAS-4034: Export operation audit with result count 0 for empty exports is
inconsistent.
ATLAS-4041: Operation status info of IMPORT/EXPORT operation in the Admin
import/export audits
Signed-off-by: nixonrodrigues <[email protected]>
(cherry picked from commit 7779388fb000122fc1ddd29c9f6c36f57b41f5b1)
> 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
> Priority: Major
> Attachments: ATLAS-4034-ATLAS-4041.patch
>
>
> 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)