Skip to content

Conversation

@raohammad
Copy link
Collaborator

  • Capture existing bookmark directly from state before _write_starting_replication_value
  • Collect max replication key value only from records that will be synced (filtered by bookmark)
  • For incremental syncs, use WHERE clause to filter max collection
  • For first sync, collect max from entire table
  • Prevents state from resetting to earliest timestamp
  • Respects forward-only bookmarks manually set in state
  • Only syncs delta instead of re-syncing entire dataset

edgarrmondragon and others added 8 commits September 30, 2025 16:15
- Capture existing bookmark directly from state before _write_starting_replication_value
- Collect max replication key value only from records that will be synced (filtered by bookmark)
- For incremental syncs, use WHERE clause to filter max collection
- For first sync, collect max from entire table
- Prevents state from resetting to earliest timestamp
- Respects forward-only bookmarks manually set in state
- Only syncs delta instead of re-syncing entire dataset
- Disable linting and pytest jobs in CI workflow (not needed for fork)
- Disable project_add workflow (for MeltanoLabs org, not needed for HGData)
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.

3 participants