[ https://issues.apache.org/jira/browse/ATLAS-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sarath Subramanian updated ATLAS-4123: -------------------------------------- Component/s: atlas-core > 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 > Components: atlas-core > Affects Versions: 2.1.0 > Reporter: Sidharth Kumar Mishra > Assignee: Sidharth Kumar Mishra > Priority: Major > Fix For: 3.0.0, 2.2.0 > > Attachments: ATLAS-4123.patch > > > 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)