We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure these boxes are checked before submitting your issue - thank you!
I don't currently know how to check superset logs for python stacktraces, but I will happily do so if someone could provide some instructions on it. (I'm still new to SuperSet and error logging in general.) I tried searching the repo / documentation but haven't found anything on it. : https://github.com/apache/incubator-superset/search?utf8=%E2%9C%93&q=python+stacktrace&type=
Also the error I'm seeing is more of a UI dropdown constants / values issue.
0.18.5
See "Pending" as a Query Status dropdown option in the SQL Lab -> Query Search view.
Query Status
Only see "Running," "Stopped," and "Success" as Query Status dropdown option in the SQL Lab -> Query Search view
I also checked through the repo and found the values in the Query Status dropdown were based on the STATUS_OPTIONS constant defined here: https://github.com/apache/incubator-superset/blob/master/superset/assets/javascripts/SqlLab/constants.js
STATUS_OPTIONS
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Make sure these boxes are checked before submitting your issue - thank you!
I don't currently know how to check superset logs for python stacktraces, but I will happily do so if someone could provide some instructions on it. (I'm still new to SuperSet and error logging in general.) I tried searching the repo / documentation but haven't found anything on it. : https://github.com/apache/incubator-superset/search?utf8=%E2%9C%93&q=python+stacktrace&type=
Also the error I'm seeing is more of a UI dropdown constants / values issue.
Superset version
0.18.5
Expected results
See "Pending" as a
Query Status
dropdown option in the SQL Lab -> Query Search view.Actual results
Only see "Running," "Stopped," and "Success" as
Query Status
dropdown option in the SQL Lab -> Query Search viewI also checked through the repo and found the values in the
Query Status
dropdown were based on theSTATUS_OPTIONS
constant defined here: https://github.com/apache/incubator-superset/blob/master/superset/assets/javascripts/SqlLab/constants.jsSteps to reproduce
The text was updated successfully, but these errors were encountered: