You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Mandar Ambawane (Jira)" <ji...@apache.org> on 2021/07/07 17:03:00 UTC

[jira] [Assigned] (ATLAS-4039) Audit entry for export operation displays param information which is incorrect

     [ https://issues.apache.org/jira/browse/ATLAS-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mandar Ambawane reassigned ATLAS-4039:
--------------------------------------

    Assignee: Prasad P. Pawar  (was: Mandar Ambawane)

> 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: Prasad P. Pawar
>            Priority: Major
>         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)