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

[jira] [Updated] (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 ]

Prasad P. Pawar updated ATLAS-4039:
-----------------------------------
    Fix Version/s: 2.3.0
                   3.0.0

> 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
>             Fix For: 3.0.0, 2.3.0
>
>         Attachments: 0001-ATLAS-4039-UI-1-Audit-entry-for-export-operation-dis.patch, 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)