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: remove deprecated apis stop_query, queries, search_queries #24360

Merged
merged 8 commits into from
Jun 13, 2023

Conversation

dpgaspar
Copy link
Member

SUMMARY

Removes old deprecated APIs:

  • /superset/stop_query/...
  • /superset/queries/...
  • /superset/search_queries/...

Effort on removing deprecated APIs from /superset: #24332

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

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

@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Merging #24360 (88a7a74) into master (ca478bd) will decrease coverage by 0.02%.
The diff coverage is n/a.

❗ Current head 88a7a74 differs from pull request most recent head 5950fab. Consider uploading reports for the commit 5950fab to get more accurate results

@@            Coverage Diff             @@
##           master   #24360      +/-   ##
==========================================
- Coverage   68.99%   68.98%   -0.02%     
==========================================
  Files        1903     1903              
  Lines       74196    74123      -73     
  Branches     8110     8110              
==========================================
- Hits        51194    51135      -59     
+ Misses      20890    20876      -14     
  Partials     2112     2112              
Flag Coverage Δ
hive 54.00% <ø> (-0.05%) ⬇️
mysql 79.30% <ø> (-0.01%) ⬇️
postgres 79.38% <ø> (-0.01%) ⬇️
presto 53.93% <ø> (-0.05%) ⬇️
python 83.35% <ø> (+<0.01%) ⬆️
sqlite 77.88% <ø> (-0.01%) ⬇️
unit 54.50% <ø> (+0.04%) ⬆️

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

Impacted Files Coverage Δ
superset/security/manager.py 93.83% <ø> (ø)
superset/views/core.py 74.16% <ø> (-0.60%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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

@dpgaspar dpgaspar merged commit c8e958f into apache:master Jun 13, 2023
29 checks passed
@dpgaspar dpgaspar deleted the chore/remove-deprecated-apis-8 branch June 13, 2023 14:56
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 3.0.0 labels Mar 8, 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/L 🚢 3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants