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

chore: clean up unused imports in db migration scripts #19630

Merged
merged 1 commit into from Apr 9, 2022

Conversation

ktmud
Copy link
Member

@ktmud ktmud commented Apr 8, 2022

SUMMARY

A small chore to make the code cleaner

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

N/A

TESTING INSTRUCTIONS

CI should pass

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

@ktmud ktmud requested a review from a team as a code owner April 8, 2022 21:17
@codecov
Copy link

codecov bot commented Apr 8, 2022

Codecov Report

Merging #19630 (20e5ed0) into master (9a9e3b6) will decrease coverage by 0.16%.
The diff coverage is n/a.

❗ Current head 20e5ed0 differs from pull request most recent head 95fc573. Consider uploading reports for the commit 95fc573 to get more accurate results

@@            Coverage Diff             @@
##           master   #19630      +/-   ##
==========================================
- Coverage   66.49%   66.32%   -0.17%     
==========================================
  Files        1681     1681              
  Lines       64370    64370              
  Branches     6583     6583              
==========================================
- Hits        42803    42695     -108     
- Misses      19886    19994     +108     
  Partials     1681     1681              
Flag Coverage Δ
hive ?
mysql 81.89% <ø> (ø)
postgres 81.94% <ø> (ø)
presto ?
python 82.03% <ø> (-0.35%) ⬇️
sqlite 81.71% <ø> (ø)
unit ?

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

Impacted Files Coverage Δ
superset/db_engines/hive.py 0.00% <0.00%> (-85.19%) ⬇️
superset/db_engine_specs/hive.py 70.11% <0.00%> (-15.71%) ⬇️
superset/db_engine_specs/presto.py 83.64% <0.00%> (-5.39%) ⬇️
superset/connectors/sqla/models.py 88.24% <0.00%> (-1.22%) ⬇️
superset/initialization/__init__.py 91.31% <0.00%> (-0.35%) ⬇️
superset/db_engine_specs/base.py 88.01% <0.00%> (-0.34%) ⬇️
superset/models/core.py 88.83% <0.00%> (-0.24%) ⬇️
superset/utils/core.py 89.71% <0.00%> (-0.12%) ⬇️

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 9a9e3b6...95fc573. Read the comment docs.

Copy link
Member

@zhaoyongjie zhaoyongjie left a comment

Choose a reason for hiding this comment

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

LGTM

@ktmud ktmud merged commit a975af3 into apache:master Apr 9, 2022
@john-bodley john-bodley deleted the cleanup-migration-unused-imports branch June 8, 2022 05:34
philipher29 pushed a commit to ValtechMobility/superset that referenced this pull request Jun 9, 2022
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 2.0.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 size/S 🚢 2.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants