Hi,
I have a file with millions of rows that I use it to create a temporal table through Alteryx. Then in the same cloud connection I connected to a table (with terabytes of data) and this was also done using in-database connections.
My next step was to inner join them using more than one clause but it did not work. As you can see both the temporal table and the table I created, both return proper output and the 'Data Stream Out' executes properly, but after the join I get an error saying:
Error: Data Stream Out (54): Error opening "WITH "Tool1_64e6" AS (SELECT * FROM "##AYX002b4ccf32b2f725fc2570bee08e1f95"), "Tool3_c8dc" AS ([...]), "Tool4_719e" AS (
SELECT TOP 50 * FROM "Tool3_c8dc") SELECT [...]" No Columns Returned.
I tested with smaller samples and still it does not work... anyone has ever seen this error?