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 replace mode to incremental materialization #406

Merged

Conversation

damian3031
Copy link
Member

Solves #395 in two steps:

  1. Decouple on_table_exists logic from table materialization into separate macro.
  2. Use this macro in incremental materialization for full-refresh

@damian3031 damian3031 linked an issue Apr 30, 2024 that may be closed by this pull request
Copy link

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@damian3031 damian3031 force-pushed the damian/add-replace-strategy-to-incremental-materialization branch from de048c1 to cef20cb Compare April 30, 2024 10:08
@@ -0,0 +1,8 @@
kind: Features
body: on_table_exists modes are applicable to incremental materialization full-refresh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please reword

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reworded

@damian3031 damian3031 force-pushed the damian/add-replace-strategy-to-incremental-materialization branch from cef20cb to ad034bc Compare May 7, 2024 09:38
@damian3031 damian3031 merged commit 05110f0 into master May 9, 2024
13 checks passed
@damian3031 damian3031 deleted the damian/add-replace-strategy-to-incremental-materialization branch September 24, 2024 14:49
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.

Add REPLACE strategy to incremental materialization
2 participants