-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
chore: skip SIP-68 shadow writing for LTS branches #19636
Conversation
3341f45
to
acc49d1
Compare
Codecov Report
@@ Coverage Diff @@
## 1.5 #19636 +/- ##
===========================================
+ Coverage 51.64% 66.66% +15.02%
===========================================
Files 1686 1690 +4
Lines 65205 65146 -59
Branches 6531 6550 +19
===========================================
+ Hits 33676 43432 +9756
+ Misses 29861 20039 -9822
- Partials 1668 1675 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
CI failed but the base branch is showing the same error: https://github.com/apache/superset/runs/5886127859?check_suite_focus=true I'll leave it as is. |
Ugh, I thought I fixed it, but maybe I forgot to commit the fix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (FYI I resolved the build errors on the 1.5 branch) - However, leaving to @betodealmeida to approve as he knows SIP-68 far better than me.
@ktmud this PR appears to have a few linting issues (the underlying branch is now green). We're ready to cut 1.5.0rc3 (there's two fixes in it), but going to wait to get this one in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Thanks, @ktmud!
Let me fix those |
@villebro The helm chart failure seems to be related to Helm chart being updated to a new version in |
It seems the Helm Chart has the content as |
This is really confusing. Sounds good, I'll just pick this in as-is 👍 |
Removed |
@ktmud Can you check CI here? 2.0 is being assembled right now. |
Given that #19421 is already merged and already significantly improved the migration performance, we can probably skip this for 2.0 to reduce operational load---otherwise we'd have to make the new migration a no-op and add it back in later releases, too. |
Should we close this? |
SUMMARY
Change SIP-68 db migrations to no-op and stop shadow-writing datasets to new models.
We should not include the shadow writing logic to official releases as it increases computation costs yet contributes nothing to end user experience (for now). Given the original migration is expensive and we likely need to redo it anyway, it's the best to skip it for now.
This PR should only be cherry-picked into the LTS branches such as 1.5 and 2.0. Once #19421 is ready and the new dataset models started to replace the old models, we'll just re-cut the release from
master
and ignore this PR.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION