Skip to content

Incremental data loading #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 14, 2025
Merged

Incremental data loading #38

merged 2 commits into from
May 14, 2025

Conversation

fransflippo
Copy link
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