-
Notifications
You must be signed in to change notification settings - Fork 454
Description
Feature description
We have a number of postgres sources that cannot be configured for CDC and many tables are large and don't have a suitable incremental/cursor column (ie. last_changed).
Am currently using airbyte for most our streams as they support cdc, xmin and user supplied cursor column. It would be nice if the postgres source supported all three as well (if I understand correctly it only supports cdc, you have to use sql_database for user supplied and xmin isn't supported).
I think I can use query_adapter_callback to implement xmin (I know this can wrap but it's a work-around until I can get last_changed implemented on our source tables) but it would be nice if the postgres source supported all three (or I've misread the documentation, in which case maybe it's not as clear as it could be?)
Are you a dlt user?
Yes, I run dlt in production.
Use case
I'm currently using a mix of airbyte and dlt as neither cover all my use cases.
Proposed solution
No response
Related issues
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status