Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.2
-
None
Description
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.