Relative Content

Tag Archive for databricksdelta-live-tables

Hard Deletes in Delta Live Tables (DLT)

How are folks handling hard deletes in their Delta Live Table pipelines? I am working with the source team to see about getting them to update their processes to provide a change log but for right now, that option is off the table and I need to come up with a way to handle hard deletes in my sources at the apply changes step.

Clarification on Databricks DLT resources

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?