docs: update buckets recreation procedure#3897
Conversation
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
2 similar comments
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
e25daf1 to
0da8da9
Compare
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
1 similar comment
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
…ecreation Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
fca0ff1 to
e947d68
Compare
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
This pull request updates the documentation for the bucketing architecture bootstrap procedure in
services/libs/tinybird/bucketing-architecture.md. The main focus is to clarify and make the snapshotting process safer by providing a more detailed, step-by-step guide and explaining the importance of pausing enrichment during the process.Improvements to the snapshot bootstrap procedure:
Note
Low Risk
Documentation-only change that clarifies an operational procedure; low risk aside from potential for misinterpretation if the steps are followed incorrectly.
Overview
Updates
services/libs/tinybird/bucketing-architecture.mdto clarify that bucket snapshot pipes run in append mode and therefore require an explicit truncate to rebuild buckets from scratch.Replaces the prior high-level bootstrap checklist with a safer, per-bucket step-by-step procedure that pauses the enrichment copy pipe before truncation, runs the snapshot, validates bucket population, then resumes enrichment, and adds a short rationale for pausing to avoid empty/partial enrichment results.
Written by Cursor Bugbot for commit e947d68. This will update automatically on new commits. Configure here.