Did this ever work for you?
I am create a Tableau Online Workbook using a csv file hosted on an s3 bucket and want to enable automated refreshes. I am also using Tableau BRIDGE and I am seeing Bridge issuing queries to DREMIO but even a simple select query takes 20+ mins and just sits there without ever completing.
The query that Tableau Bridge is sending to Dremio is
SELECT SUM(1) AS "COL" FROM "<DATA SOURCE>.<S3-BUCKET>"."test.txt" "test.txt"
HAVING COUNT(1) > 0
Any ideas?