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

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

Dharshana M Krishnamoorthy created ATLAS-4199:
-------------------------------------------------

             Summary: [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
         Attachments: 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)