I am trying to use this feature - https://redash.io/help/queries/using-datasets-as-data-sources.html
on redash hosted version but I am getting the error -> Error running query: no such table:
I have two queries -
A
query_B
C (this uses Query Results Alpha datasource )

and I tried all three versions -

select * from A;

select * from query_A;

select * from query_B;

but got the error - Error running query: no such table:

My datasource are URL/REST based . Can that be a issue ?

The syntax is query_id, so if A’s id is 1234 the table name will be query_1234. The id is the numeric part in the URL after queries/.

It works .Thanks Arik for the quick help !