-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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 on superset, testconn, validate_sql_json, schemas_access_for_file_upload #24354
chore: remove deprecated apis on superset, testconn, validate_sql_json, schemas_access_for_file_upload #24354
Conversation
…n, schemas_access_for_file_upload
Codecov Report
@@ Coverage Diff @@
## master #24354 +/- ##
==========================================
- Coverage 69.05% 69.02% -0.04%
==========================================
Files 1903 1903
Lines 74378 74275 -103
Branches 8110 8110
==========================================
- Hits 51363 51268 -95
+ Misses 20903 20895 -8
Partials 2112 2112
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
SUMMARY
Removes old deprecated APIs:
/superset/testconn
/superset/validate_sql_json/
/superset/schemas_access_for_file_upload
/superset/extra_table_metadata/
Effort on removing deprecated APIs from
/superset
: #24332BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION