[
https://issues.apache.org/jira/browse/ATLAS-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sidharth Kumar Mishra reassigned ATLAS-4126:
--------------------------------------------
Assignee: Sidharth Kumar Mishra
> Rewrite enable value is not present at Atlas for Materialized View metadata
> ---------------------------------------------------------------------------
>
> Key: ATLAS-4126
> URL: https://issues.apache.org/jira/browse/ATLAS-4126
> Project: Atlas
> Issue Type: Bug
> Reporter: Sidharth Kumar Mishra
> Assignee: Sidharth Kumar Mishra
> Priority: Major
>
> Repro steps:
> create table test_1 (id integer);
> CREATE MATERIALIZED VIEW test_mv_ctas_1 as select * from test_1;
> ALTER MATERIALIZED VIEW test_mv_ctas_1 enable rewrite;
> After this go to Atlas and see the Rewrite enable value is not present at
> Atlas for the Materialized View entity test_mv_ctas_1
> [https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.5/materialized-view/content/hive_alter_materialized_view_rewrite.html]
> Even checked parameters like transient_lastDdlTime is not getting populated
> at hive_table of type MATERIALIZED_VIEW
--
This message was sent by Atlassian Jira
(v8.3.4#803005)