Sarath Subramanian created ATLAS-2885: -----------------------------------------
Summary: Skip handling of INSERT INTO...VALUES hive query messages Key: ATLAS-2885 URL: https://issues.apache.org/jira/browse/ATLAS-2885 Project: Atlas Issue Type: Task Components: atlas-core Affects Versions: 0.8.2 Reporter: Sarath Subramanian Assignee: Apoorv Naik Fix For: 0.8.3 The INSERT INTO...VALUES() statement used by hive to insert data into hive tables generates lineage in atlas for every INSERT INTO..VALUES statement. The lineage generated is something like: *Temp_Table -> HiveTable* This is a transient table and is not persisted. Atlas should skip handling of this lineage. -- This message was sent by Atlassian JIRA (v7.6.3#76005)