You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When no results are returned for any query using the Rockset as the backend for a database connection, we receive the error "Rockset Error list index out of range"
In the other hand, when using postgresql as the backend for a database connection we receive the message "No results were returned for this query"
What we expect would be receiving the same message "No results were returned for this query" for Rockset as well.
How to reproduce the bug
Create a new database connection using Rockset as the backend and with a SQLALCHEMY URI
Go to SQL and SQL Lab
Run any query with a filter that returns no results
See error Rockset Error list index out of range
Expected results
Receiving the same message "No results were returned for this query" instead of get an error.
Actual results
We are receiving the error "Rockset Error list index out of range"
Screenshots
Environment
(please complete the following information):
browser type and version: Any
superset version: 2.1.1rc2
python version: 3.11
node.js version: 18.0.0
any feature flags active: None
Checklist
Make sure to follow these steps before submitting your issue - thank you!
I have checked the superset logs for python stacktraces and included it here as text if there are any.
I have reproduced the issue with at least the latest released version of superset.
I have checked the issue tracker for the same issue and I haven't found one similar.
The text was updated successfully, but these errors were encountered:
Hopefully this was resolved if you follow the docs updated by #24649
I'm not sure if this is still an issue in current versions of Superset (3.x). If it is, we can re-open this, or feel free to open a new issue with updated context and a reproducible case. We're no longer supporting Superset 2.x or prior, and it's been a while since this thread saw any activity, so I'm closing this as stale.
When no results are returned for any query using the Rockset as the backend for a database connection, we receive the error "Rockset Error list index out of range"
In the other hand, when using postgresql as the backend for a database connection we receive the message "No results were returned for this query"
What we expect would be receiving the same message "No results were returned for this query" for Rockset as well.
How to reproduce the bug
Expected results
Receiving the same message "No results were returned for this query" instead of get an error.
Actual results
We are receiving the error "Rockset Error list index out of range"
Screenshots
Environment
(please complete the following information):
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: