Skip to content
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

simplifies and fixes incremental / fixes #971 #1062

Merged
merged 4 commits into from Mar 8, 2024

Conversation

rudolfix
Copy link
Collaborator

@rudolfix rudolfix commented Mar 6, 2024

Description

We had reports coming that incremental load generates duplicate rows (ie. #971). There were indeed such cases.

  • unique hashes from previous extract were replaced too quickly (by a next "bigger" cursor field)
  • deduplication was sometimes not happening

This PR simplifies incremental code, optimizes generation of hashes (incremental on json should work way quicker now) and fixes (hopefully) edge cases on unordered ranges

@rudolfix rudolfix added bug Something isn't working community This issue came from slack community workspace labels Mar 6, 2024
Copy link

netlify bot commented Mar 6, 2024

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit abc46b6
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/65eb080e77bb2e00087fedee

@rudolfix rudolfix self-assigned this Mar 7, 2024
@rudolfix rudolfix marked this pull request as ready for review March 7, 2024 21:21
@rudolfix rudolfix force-pushed the rfix/simplifies-and-fixes-incremental branch from e18b971 to abc46b6 Compare March 8, 2024 12:43
@rudolfix rudolfix merged commit 641d7ba into devel Mar 8, 2024
57 of 63 checks passed
@rudolfix rudolfix deleted the rfix/simplifies-and-fixes-incremental branch March 8, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community This issue came from slack community workspace
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant