[
https://issues.apache.org/jira/browse/ATLAS-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278237#comment-17278237
]
ASF subversion and git services commented on ATLAS-4123:
--------------------------------------------------------
Commit d3e36976a3d24d0ffe8f3f2ed4198423c2c3cfac in atlas's branch
refs/heads/branch-2.0 from sidmishra
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=d3e3697 ]
ATLAS-4123: Handle create/drop materialized view queries in hive hook
Signed-off-by: Sarath Subramanian <[email protected]>
(cherry picked from commit 0b02bd9f21eab4354b7d8479e05a38db75e5e1a0)
> 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
> Labels: hivehook
> 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)