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.
|
|
|
||
| * [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.
NIT: "to all models" -> "to some models" (?)
There was a problem hiding this comment.
nit: I'm no native speaker, but the two "the"'s in the last sentence (the number of objects, the downtime) seems not necessary?
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>
…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.mdabout the DB migration in #11098.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TEST PLAN
N/A
ADDITIONAL INFORMATION