Hi Community,
We want to inform you about the deprecation of the Delta Sharing Change Data Feed (CDF) feature.
The Delta Sharing CDF feature allows Delta tables to track row-level changes between versions of a Delta table. When enabled, it records “change events” for all data written into the table, including whether a row was inserted, deleted, or updated.
After careful consideration, we've decided to deprecate the Delta CDF feature as part of overarching efforts to better support all of our customers. We've ensured that the deprecation has minimal disruptions for customers currently using it.
We'll deprecate this feature on November 17th, 2025. To assist with the deprecation, we’re directly contacting all customers who are impacted by this or are currently using this feature.
For incremental data loads, we recommend using the row_refreshed_at column to filter records that have changed since your last load. For example:
SELECT * FROM jira_issue
WHERE row_refreshed_at > {{previous_run_timestamp}}
If you have any questions or concerns about this change, you can either contact support or comment on this post.
Mehak Bokhari
2 comments