Learn how Azure Databricks simplifies change data capture with DLT and the APPLY CHANGES and APPLY CHANGES FROM SNAPSHOT APIs.
Delta Live Tables simplifies change data capture (CDC) with the APPLY CHANGES API. Previously, the MERGE INTO statement was commonly used for processing CDC records on Azure Databricks. However, MERGE INTO can produce incorrect results because of out-of-sequence records, or require complex logic ...