-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Bulk export button for saved queries doesn't perform any action #26885
Comments
A little research later: we found in this file However, the code doesn't handle it properly and gives the None-Type into secure_filename which then throws an exception since it can't handle the None-Type:
|
Bug description
In superset 3.0.1 you can go to sql -> saved queries and select all available queries. The button "Bulk select" appears and can be clicked but doesn't perform any action.
How to reproduce the bug
I would expect now having a download somewhere, but nothing happens.
Screenshots/recordings
Superset version
3.0.3
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: