Hi.
My version is 8.0.1.b33387.
I installed using helm chart.

where is query_id?
result datasource is empty.

thank you.

As far as I know, QRDS (query result data source) won’t show the table list in the left side bar.

To get your query_id, you had to SAVE your query first. Then look in the url, it should have your query_id, something like this in hosted version:

app.redash.io/mycompany/12345

So you just had to write:
SELECT * FROM query_12345

2 Likes

Thank you. I confirmed it!!