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
- visit sql.tmo
- click "New Query"
- enter a simple query, for example
SELECT active_hours_sum FROM clients_daily WHERE submission_date_s3 = '20190115' LIMIT 10
- click "Execute"
- 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:

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
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
SELECT active_hours_sum FROM clients_daily WHERE submission_date_s3 = '20190115' LIMIT 10Any 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:

Technical details: