You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Radhika Kundam (Jira)" <ji...@apache.org> on 2021/04/20 16:56:00 UTC

[jira] [Created] (ATLAS-4249) DML statements like "insert", "delete" are captured by Atlas

Radhika Kundam created ATLAS-4249:
-------------------------------------

             Summary: DML statements like "insert", "delete" are captured by Atlas
                 Key: ATLAS-4249
                 URL: https://issues.apache.org/jira/browse/ATLAS-4249
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
            Reporter: Radhika Kundam
            Assignee: Radhika Kundam


Extra audits are generated by Atlas for DML statements on tables like insert and delete values on table.

Notification for `insert into db_dbmch.table_wilfp values(1,'Tom','19/02/1988')`
{code:java}
{"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"172.27.109.4","msgCreatedBy":"","msgCreationTime":1613131228459,"message":{"type":"ENTITY_NOTIFICATION_V2","entity":{"typeName":"hive_table","attributes":{"owner":"hrt_qa","createTime":1613129664000,"qualifiedName":"db_dbmch.table_wilfp@cl1","name":"table_wilfp"},"guid":"81bc8fe2-ffcf-41a5-a4ff-5f43aafb4f22","displayText":"table_wilfp","isIncomplete":false},"operationType":"ENTITY_UPDATE","eventTime":1613131228304}} {code}



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