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

fix: migration revision order #20484

Merged
merged 1 commit into from
Jun 23, 2022
Merged

Conversation

dpgaspar
Copy link
Member

@dpgaspar dpgaspar commented Jun 23, 2022

SUMMARY

fixes current migration order

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@dpgaspar dpgaspar requested a review from a team as a code owner June 23, 2022 17:09
Copy link
Member

@michael-s-molina michael-s-molina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link

codecov bot commented Jun 23, 2022

Codecov Report

Merging #20484 (95b9c66) into master (a45d011) will increase coverage by 15.50%.
The diff coverage is n/a.

❗ Current head 95b9c66 differs from pull request most recent head 2b638ef. Consider uploading reports for the commit 2b638ef to get more accurate results

@@             Coverage Diff             @@
##           master   #20484       +/-   ##
===========================================
+ Coverage   51.20%   66.70%   +15.50%     
===========================================
  Files        1740     1740               
  Lines       65156    65156               
  Branches     6900     6900               
===========================================
+ Hits        33362    43464    +10102     
+ Misses      30045    19943    -10102     
  Partials     1749     1749               
Flag Coverage Δ
hive 53.71% <ø> (?)
mysql 82.33% <ø> (?)
presto 53.57% <ø> (?)
python 82.75% <ø> (+32.19%) ⬆️
sqlite 82.19% <ø> (?)
unit ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
superset/initialization/__init__.py 89.75% <0.00%> (-0.71%) ⬇️
superset/config.py 91.41% <0.00%> (+0.33%) ⬆️
superset/views/database/views.py 31.36% <0.00%> (+0.90%) ⬆️
superset/tables/models.py 67.53% <0.00%> (+1.29%) ⬆️
superset/charts/schemas.py 99.35% <0.00%> (+1.94%) ⬆️
superset/explore/utils.py 100.00% <0.00%> (+2.12%) ⬆️
superset/extensions/__init__.py 98.82% <0.00%> (+2.35%) ⬆️
superset/databases/commands/exceptions.py 96.92% <0.00%> (+3.07%) ⬆️
superset/queries/schemas.py 100.00% <0.00%> (+3.33%) ⬆️
superset/sql_parse.py 97.07% <0.00%> (+3.50%) ⬆️
... and 299 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a45d011...2b638ef. Read the comment docs.

@dpgaspar dpgaspar merged commit b33c23e into apache:master Jun 23, 2022
@dpgaspar dpgaspar deleted the fix/migration branch June 23, 2022 17:42
michael-s-molina pushed a commit that referenced this pull request Jun 28, 2022
akshatsri pushed a commit to charan1314/superset that referenced this pull request Jul 19, 2022
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 2.1.0 labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels preset-io size/XS 🚢 2.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants