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/04 10:47:00 UTC

[jira] [Resolved] (ATLAS-4199) [Atlas: Audits] 3 audit entries are created when a tables is created using ctas

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

Mandar Ambawane resolved ATLAS-4199.
------------------------------------
    Resolution: Resolved

> [Atlas: Audits] 3 audit entries are created when a tables is created using ctas
> -------------------------------------------------------------------------------
>
>                 Key: ATLAS-4199
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4199
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>            Reporter: Dharshana M Krishnamoorthy
>            Assignee: Mandar Ambawane
>            Priority: Major
>         Attachments: Screenshot 2021-03-12 at 3.27.19 PM.png, Screenshot 2021-03-12 at 3.34.25 PM.png
>
>
> *Steps to repro:*
>  # Create a table;
>  # Create a new table using ctas;
> {code:java}
> create table random_table;
> create table ctas_table as select * from random_table;{code}
>  
> *Expectation:*
> 1 audit entry for the creation of the new table and 1 audit for the relationship with the old table
> *Current observation:*
>  * 3 audits are generated
>  * 1 audit as test user (hrt_qa)
>  * 2 audits as hive user



--
This message was sent by Atlassian Jira
(v8.3.4#803005)