Skip to content

Support for Change Data Feed (CDF) #165

@larssjesnendk

Description

@larssjesnendk

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions