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 2023/05/17 17:33:00 UTC

[jira] [Created] (ATLAS-4753) process/process_executions were getting created when there is no scope of lineage creation

Radhika Kundam created ATLAS-4753:
-------------------------------------

             Summary: process/process_executions were getting created when there is no scope of lineage creation
                 Key: ATLAS-4753
                 URL: https://issues.apache.org/jira/browse/ATLAS-4753
             Project: Atlas
          Issue Type: Bug
            Reporter: Radhika Kundam


Queries ran:
{code:java|bgColor=#f4f5f7}
create table test_hive_lineage_4 (name string, id int) stored as orc;

insert into test_hive_lineage_4 values ('qwer', '2');

update test_hive_lineage_4 set name = 'vwxy' where id = 2; {code}
For every update query it created hive_process and hive_process_execution entities.

For same update query 100+ times, it created 100+ UNIQUE (timestamp delimited) hive_process_executions{-}{-}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)