You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Currently when a binding is deleted, we don't delete checkpoints and therefore if you re-add the binding, the materialization re-starts from where it left off. We do delete the actual underlying data (like the table) most of the time though, so this leads to only partial data being re-materialized.
Proposal
We should very carefully delete checkpoints when bindings are deleted. I say very carefully, cause removing checkpoints is extremely dangerous if we do it incorrectly.
The text was updated successfully, but these errors were encountered:
Problem
Currently when a binding is deleted, we don't delete checkpoints and therefore if you re-add the binding, the materialization re-starts from where it left off. We do delete the actual underlying data (like the table) most of the time though, so this leads to only partial data being re-materialized.
Proposal
We should very carefully delete checkpoints when bindings are deleted. I say very carefully, cause removing checkpoints is extremely dangerous if we do it incorrectly.
The text was updated successfully, but these errors were encountered: