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

Add new loading strategy for incremental loads: delete and insert #50

Open
soltanianalytics opened this issue Jan 25, 2021 · 0 comments

Comments

@soltanianalytics
Copy link
Member

Usecase: Incremental loading of data (e.g. event data) that never changes and has a created_at timestamp but no obvious (composite) primary key

Strategy: for each incremental load

  • delete existing data in the DWH for the time period (to avoid duplication of data in case of a re-run)
  • insert data from source without any sort of update or on conflict statement
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

No branches or pull requests

1 participant