Trish Gillett
03/03/2025, 3:52 PMupdated_at
of the parent PR has changed. The undesired behaviour happening currently is that subsequent runs are extracting diffs for all PRs with updated_at
newer than the start_date
, so it's trying to extract a backfill worth of data every run.
So far we've tried the following with no luck:
• not providing a replication key and setting ignore_parent_replication_key to either True or False
• providing updated_at
as a replication_key and passing the parent's updated_at
through in the context
Is it possible to get what we want using Meltano?