airbytehq / PyAirbyte

PyAirbyte brings the power of Airbyte to every Python developer.
https://docs.airbyte.com/pyairbyte
Other
178 stars 20 forks source link

Feat: Allow incremental refresh with replace strategy #136

Closed aaronsteers closed 3 months ago

aaronsteers commented 3 months ago

This is discouraged in normal situations, but there are valid use cases.

The use case brought up in slack was an SQS queue - wherein we want to process only new records and not already-seen records.