Here I am trying to create a materialized view for existing Delta Live Table using pyspark, I tried many times but it shows error every time. Can we create materialized view in DLT?, If so please share the resource? Thank you!
Asked
Active
Viewed 1,910 times
1
-
What is the use case for that? Change table structure, or something else? – Alex Ott Aug 01 '22 at 13:30
1 Answers
2
We cannot create materialized view for delta live table, because the delta live table does the same. Instead we can create view in delta live table

xavier
- 51
- 4