Skip to content

Incremental data loading#38

Merged
fransflippo merged 2 commits into
mainfrom
feature/incremental-data-load
May 14, 2025
Merged

Incremental data loading#38
fransflippo merged 2 commits into
mainfrom
feature/incremental-data-load

Conversation

@fransflippo
Copy link
Copy Markdown
Collaborator

Adds functionality for incrementally loading data by tracking an ascending range field such as an auto number or created / last modified timestamp field and using it to only retrieve records that have been inserted or have changed since the previous plugin invocation. Combined with the interval option added by #37 this should create a full solution for processing new or updated records from most (custom) objects in Salesforce continuously.

@fransflippo fransflippo changed the title Feature/incremental data load Incremental data loading May 12, 2025
@fransflippo fransflippo force-pushed the feature/incremental-data-load branch 4 times, most recently from ff34f54 to ed060d9 Compare May 14, 2025 09:50
@fransflippo fransflippo force-pushed the feature/incremental-data-load branch from ed060d9 to c3d27d4 Compare May 14, 2025 10:33
@fransflippo fransflippo force-pushed the feature/incremental-data-load branch from c3d27d4 to 9f27f1c Compare May 14, 2025 12:29
@fransflippo fransflippo merged commit 591e494 into main May 14, 2025
4 checks passed
@fransflippo fransflippo deleted the feature/incremental-data-load branch May 14, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant