Dharshana M Krishnamoorthy created ATLAS-4039:
-------------------------------------------------
Summary: Audit entry for export operation displays param
information which is incorrect
Key: ATLAS-4039
URL: https://issues.apache.org/jira/browse/ATLAS-4039
Project: Atlas
Issue Type: Bug
Components: atlas-webui
Reporter: Dharshana M Krishnamoorthy
Assignee: Mandar Ambawane
Attachments: Screenshot 2020-11-18 at 6.21.04 PM.png,
image-2020-11-18-18-35-32-867.png
On expanding the audit report of EXPORT operation *params(1)* is being
displayed for all the exports irrespective of no/many options used in the
exporting
This is a UI issue and the response via rest call works fine.
!image-2020-11-18-18-35-32-867.png|width=756,height=216!
Sample payload that can be used to test
{code}
|{
"itemsToExport": [
\{ "typeName": "hive_db", "uniqueAttributes": { "qualifiedName":
"<qualified_name>" } },
\{ "typeName": "hdfs_path", "uniqueAttributes": { "qualifiedName":
"<qualified_name>" } }
]
}|
|{
"itemsToExport": [
\{ "typeName": "hive_db", "uniqueAttributes": { "qualifiedName":
"<qualified_name>" } },
\{ "typeName": "hdfs_path", "uniqueAttributes": { "qualifiedName":
"<qualified_name>" } }
],
"options": {
"fetchType": "FULL",
"matchType": "startsWith"
}
}|
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)