Delta table with change data capture(CDF)
Jan 9, 2024 · 2 min read · What is CDF: The Change Data Feed (CDF) feature allows Delta tables to track row-level changes between versions of a Delta table. When enabled on a Delta table, the runtime records “change events” for all the data written into the table. This include...
Join discussion
