-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I would like to request support for Change Data Feed (CDF).
Currently, it seems that CDF functionality is not available in this library, which limits my ability to efficiently capture and process incremental changes from Delta tables.
Use Case: CDF is critical for scenarios where downstream systems need to consume only the changes (inserts, updates, deletes) rather than scanning entire tables. This feature would enable:
- Real-time or near-real-time data pipelines.
- Efficient synchronization with external systems.
- Reduced compute and storage costs compared to full table scans.
Expected Behavior:
- Ability to read changes from Delta tables using CDF APIs.
- Support for specifying version ranges or timestamps for change queries.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels