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

Patch/update partition expiration sandbox #549

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

sydneynotthecity
Copy link
Contributor

PR Checklist

PR Structure

  • This PR has reasonably narrow scope (if not, break it down into smaller PRs).
  • This PR avoids mixing refactoring changes with feature changes (split into two PRs
    otherwise).
  • This PR's title starts with the jira ticket associated with the PR.

Thoroughness

  • This PR adds tests for the most critical parts of the new functionality or fixes.
  • I've updated the README with the added features, breaking changes, new instructions on how to use the repository.

What

Update the canvas sandbox retention period to 5 quarters (15 months). The original retention window was 6 months.

Why

6 month is not a big enough time window to perform adequate period over period metrics. The business has requested a larger retention window.

Known limitations

Canvas defaults to loading a full table into the workspace when creating a report. The user has to add filters after the initial load. It is possible that this retention window is too big and will timeout for any new development. If the window is too big, we will adjust to 9-12 months.

To recreate the tables, we will need to trigger a manual DAG run for the Create table dag, then rerun today's update day dag after the tables have been recreated

@sydneynotthecity sydneynotthecity requested a review from a team as a code owner December 6, 2024 21:56
@sydneynotthecity sydneynotthecity merged commit 042908c into master Dec 9, 2024
6 checks passed
@sydneynotthecity sydneynotthecity deleted the patch/update-partition-expiration-sandbox branch December 9, 2024 15:55
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.

2 participants