Skip to content
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

Query results are not displayed after initial query #774

Closed
mreid-moz opened this issue Jan 18, 2019 · 6 comments
Closed

Query results are not displayed after initial query #774

mreid-moz opened this issue Jan 18, 2019 · 6 comments
Milestone

Comments

@mreid-moz
Copy link

Issue Summary

When running a new query for the first time, sometimes the results do not appear in table view so you cannot see what was returned, nor can you create a visualization.

Steps to Reproduce

  1. visit sql.tmo
  2. click "New Query"
  3. enter a simple query, for example SELECT active_hours_sum FROM clients_daily WHERE submission_date_s3 = '20190115' LIMIT 10
  4. click "Execute"
  5. wait a few moments for the query to complete

Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?

I expected the results table to appear, but it does not. You can download the results as CSV, and as a workaround, you can force the results to appear by saving the query.

Screenshot:
screenshot_redash

Technical details:

  • Redash Version: 6.0.0 (dev)
  • Browser/OS: Fx Nightly 66 on MacOS Mojave
  • How did you install Redash: This is the version deployed at sql.tmo
@mreid-moz
Copy link
Author

Hmm, I updated to the latest nightly and can no longer reproduce this issue. Yay?

@tdsmith
Copy link

tdsmith commented Jan 24, 2019

I'm seeing this in 65.0b10 and @felixlawrence hit it in current nightly, so it isn't just you. Could you reopen?

@mreid-moz mreid-moz reopened this Jan 24, 2019
@mmccorks
Copy link

I'm also seeing this in 65.0 release

@washort
Copy link

washort commented Jan 29, 2019

This looks like a client side issue; the data is fetched from the server properly, it's just not displayed. It's reproducible by switching data sources before making a query.

@washort
Copy link

washort commented Jan 29, 2019

This is a bug introduced in the fix for #29.

@rafrombrc rafrombrc added this to the 18.1 milestone Jan 30, 2019
@mreid-moz
Copy link
Author

Any idea when this fix might be rolled out?

jezdez pushed a commit that referenced this issue Aug 12, 2019
Also: show query results for execution after changing data sources (fixes #774)
jezdez pushed a commit that referenced this issue Aug 14, 2019
Also: show query results for execution after changing data sources (fixes #774)
jezdez pushed a commit that referenced this issue Aug 19, 2019
Also: show query results for execution after changing data sources (fixes #774)
washort pushed a commit that referenced this issue Sep 16, 2019
Also: show query results for execution after changing data sources (fixes #774)
emtwo pushed a commit that referenced this issue Nov 5, 2019
Also: show query results for execution after changing data sources (fixes #774)
jezdez pushed a commit that referenced this issue Jan 16, 2020
Also: show query results for execution after changing data sources (fixes #774)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants