I am trying to set up a scheduled query on BigQuery using new UI, which includes a reference to a table which is connected to a google sheet.
I am unable to schedule the query as BigQuery throws up this error:
"Error while reading table: dataset.table_name, error message: Found corrupted data while opening file."
However, when I manually run the query or directly query the table using:
SELECT * From dataset.table_name
the query runs and shows accurate results, even though the error still pops up.
Is there a workaround to scheduling this query?