-
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: Removes Saved Query old code #25007
chore: Removes Saved Query old code #25007
Conversation
567a85e
to
eacef0c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove SavedQueryView
also, or at least of bit chunk of it?
No. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning up the code base.
right, but just for routing to |
@dpgaspar this commit cleans up |
datamodel = SQLAInterface(SavedQuery) | ||
include_route_methods = RouteMethod.CRUD_SET | ||
|
||
class SavedQueryView(BaseSupersetView): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you for doing this!
This reverts commit b428b06.
@michael-s-molina found this issue that may be related to your PR. |
Thank you @sadpandajoe. I added a fix here. |
SUMMARY
This PR removes old code related to the Saved Query module. This code was introduced in #7521 and it was later replaced by the new Saved Query module under SQL Lab.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
This is how Saved Queries were displayed back then
This is the new Saved Query module
TESTING INSTRUCTIONS
CI should be sufficient.
ADDITIONAL INFORMATION