Sidharth Kumar Mishra created ATLAS-4123:
--------------------------------------------
Summary: Lineage missing in case of CREATE MATERIALIZED VIEW query
at Hive
Key: ATLAS-4123
URL: https://issues.apache.org/jira/browse/ATLAS-4123
Project: Atlas
Issue Type: Bug
Reporter: Sidharth Kumar Mishra
Issue:
At hive run the below queries:
create table test_1 (id integer);
CREATE MATERIALIZED VIEW test_mv_ctas_1 as select * from test_1;
Expected behaviour:
At Atlas we should have the lineage created between hive_table entity test_1
and test_mv_ctas_1
--
This message was sent by Atlassian Jira
(v8.3.4#803005)