-
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
SQL lab keeps show "rendering", no result appears #6527
Comments
I have the same issue, version 0.29.0rc7, using Google Chrome. The console doesn't show any errors. |
v0.30 also has this issue. likewise, console doesn't show any errors @mistercrunch any ideas on what could be causing this? |
Any red in the network tab? Wild guess is around not running |
Is this consistent for some users? Users with the same role perhaps? |
Sqllab bug: |
Is this happening only on a Haven't done any digging yet, but it may be one of these elusive |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
I've encountered same issues at 0.29.0rc7 as well. |
Though this is not a true solution, I found how to show result after keeping show 'rendering'.
|
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.29.0rc7
Expected results
keep showing "rendering"
Actual results
In the query history tab, it shows 74 rows.
Steps to reproduce
docker network create -d overlay --attachable superset-overlay
docker stack deploy -c docker-compose.yml superset
superset-init
in container (docker exec -it d7a1f711b205 superset-init
).SELECT * FROM ab_permission
Logs
Edit:
Just try to run the query from another pc's browser and it works. I'm not sure it's an issue or not now.
The text was updated successfully, but these errors were encountered: