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

Test different incremental load strategies supported by dbt-duckdb #2

Open
chrisgebert opened this issue Apr 14, 2024 · 1 comment
Open

Comments

@chrisgebert
Copy link
Owner

chrisgebert commented Apr 14, 2024

From https://github.com/duckdb/dbt-duckdb:

dbt-duckdb supports the delete+insert and append strategies for incremental table models, but unfortunately it does not yet support incremental materialization strategies for external models.

@chrisgebert
Copy link
Owner Author

delete + insert seems to be the choice to overwrite existing records that have been updated since a previous snapshot file. I'll need to confirm the columns that should be included/excluded.

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