-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Error running SQL Lab #12824
Comments
During handling of the above exception, another exception occurred: Traceback (most recent call last): |
which database do you use? |
1)mysql or sqlite,the same question,2)Environment:Virtual environment python -m venv venv |
1)mysql or sqlite,the same question,2)Environment:Virtual environment python -m venv venv |
I'm seeing the same issue using an oracle db connection, my python version is 3.8.4, using conda for env, but same set up otherwise. |
Same issue here using a SQL Server and Apache Superset on Windows. Thanks in advance! |
@eugeniamz :can help to solve this question? |
@ryw :can help to solve this question? |
@liuxp311 @beautah @jokus-pokus The problem seems to be caused by SIGALRM. Here is a workaround which has worked for me.
with
|
Nice! Thanks for that @mohimirza , but I've decided to go ahead and get this set up on my linux server and keep it within the realm of supported devices, might just have to use this trick to have a working local development version though, it certainly works! |
ok |
ok |
ok |
Error running SQL Lab
Expected results
Error message:
Database Error
Instance <Query at 0x1b00c574070> is not bound to a Session; attribute refresh operation cannot proceed (Background on this error at: http://sqlalche.me/e/13/bhk3)
Actual results
Unable to query
Screenshots
Database Error
Instance <Query at 0x1b00c574070> is not bound to a Session; attribute refresh operation cannot proceed (Background on this error at: http://sqlalche.me/e/13/bhk3)
How to reproduce the bug
Database Error
Instance <Query at 0x1b00c574070> is not bound to a Session; attribute refresh operation cannot proceed (Background on this error at: http://sqlalche.me/e/13/bhk3)
Environment
(please complete the following information):
superset version 1.0.0
python --version3.8.6
node -v12 1.8
Checklist
Additional context
The text was updated successfully, but these errors were encountered: