cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Materialized view in DLT pipeline

Kasen
New Contributor III

When setting up DLT pipeline, there are 3 types of product edition, Core, Pro and Advanced. When I compare DLT Classic Core and DLT Classic Pro, the difference is that DLT Classic Pro can handle CDC. Does it means if I'm using DLT Classic Core, I have to enable change data feed, get data feed and do merging for my daily ingestion pipeline manually while DLT Classic Pro are not required to do all these steps?

I tried to use DLT Classic Core, seems like the DLT pipeline still able to capture the changes in bronze layer and reflect the changes in silver layer, so I'm a bit confuse on this change data capture (or it is only for streaming pipeline). Appreciate any clarification, thank you.

1 REPLY 1

Kasen
New Contributor III

Also, If I'm using DLT Classic Core for DLT pipeline, the materialized view will be doing a full refresh or just update on the rows that have changes?