Radhika Kundam created ATLAS-4829:
-------------------------------------
Summary: process/process_executions were getting created when
there is no scope of lineage creation
Key: ATLAS-4829
URL: https://issues.apache.org/jira/browse/ATLAS-4829
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 2.3.0
Reporter: Radhika Kundam
Assignee: Radhika Kundam
Queries ran:
{code:java}
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)