chore: deprecate /superset/fetch_datasource_metadata mig to API v1#22102
Merged
dpgaspar merged 1 commit intoNov 14, 2022
Conversation
Codecov Report
@@ Coverage Diff @@
## master #22102 +/- ##
==========================================
- Coverage 67.12% 65.86% -1.27%
==========================================
Files 1831 1831
Lines 69993 69994 +1
Branches 7570 7570
==========================================
- Hits 46983 46099 -884
- Misses 21045 21930 +885
Partials 1965 1965
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
villebro
approved these changes
Nov 11, 2022
Member
villebro
left a comment
There was a problem hiding this comment.
LGTM + tested to work as expected (it took me a while to figure out how to trigger this 😆). One more nail in the coffin! ⚰️🔨
Member
Author
|
Took me a while also, should have added an "how to test" on the PR description, will do that next time. Thank you once more for the review |
9 tasks
qfcwell
pushed a commit
to qfcwell/superset
that referenced
this pull request
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SUMMARY
Continuing the effort on deprecating all
/superset/REST API endpointsDeprecates
/superset/fetch_datasource_metadatareplaced by the already existing/api/v1/dataset/<id>BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION