1

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!

Alex Ott
  • 80,552
  • 8
  • 87
  • 132
xavier
  • 51
  • 4

1 Answers1

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