Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-4198

[Atlas: Audits][Regression] No audits should be created while inserting data into table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Resolved
    • None
    • None
    • atlas-core
    • None

    Description

      As perĀ ATLAS-3198, no audit entry should be created for insert operation. In the latest code we are able to see audit entries for insert operation

      Steps to repro:

      1. Create a table
      2. Insert data into table

      Create table:

      CREATE TABLE IF NOT EXISTS dharsh_test_1 ( eid int, name String, salary String, designation String);

      Insert data into table:

      insert into dharsh_test_1 (eid, name, salary, designation)  values 
      (1001, "Gopal", "45000", "Technical manager"),
      (1002, "Manish", "45000", "Proof reader"), 
      (1003, "Masthanvali" , "40000", "Technical writer"); 

      The above insert operation should not create any audit entry according to ATLAS-3198,, but it now creates

      Attachments

        1. Screenshot 2021-03-12 at 12.42.50 PM.png
          121 kB
          Dharshana M Krishnamoorthy

        Issue Links

          Activity

            People

              mandar_va Mandar Ambawane
              dharshmk Dharshana M Krishnamoorthy
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: