-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
docs: add note about migration in #11098 to Changelog #11256
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11256 +/- ##
==========================================
- Coverage 65.58% 61.47% -4.12%
==========================================
Files 832 831 -1
Lines 39448 39515 +67
Branches 3598 3598
==========================================
- Hits 25873 24290 -1583
- Misses 13466 15043 +1577
- Partials 109 182 +73
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
UPDATING.md
Outdated
@@ -25,6 +25,8 @@ assists people when migrating to a new version. | |||
|
|||
* [11244](https://github.com/apache/incubator-superset/pull/11244): The `REDUCE_DASHBOARD_BOOTSTRAP_PAYLOAD` feature flag has been removed after being set to True for multiple months. | |||
|
|||
* [11098](https://github.com/apache/incubator-superset/pull/11098): includes a database migration that adds a column caled `uuid` to all models, and updates the `Dashboard.position_json` column to also have UUIDs of charts. Depending on the number of objects the migration might take up to 3-4 minutes, requiring planning for the downtime. |
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.
NIT: "to all models" -> "to some models" (?)
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.
nit: I'm no native speaker, but the two "the"'s in the last sentence (the number of objects, the downtime) seems not necessary?
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.
Sorry for nitpicking!
Better description Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>
No need to apologize, it's much better. I also noticed I had a typo in "called", I wrote "caled". :-P |
…1256) * Add note about apache#11098 * Update UPDATING.md Better description Co-authored-by: Jesse Yang <jesse.yang@airbnb.com> Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>
SUMMARY
Add entry to
UPDATING.md
about the DB migration in #11098.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TEST PLAN
N/A
ADDITIONAL INFORMATION