Hi all, I have a question about BigQuery errors.
I am currently using a BI tool called Redash to access BigQuery data. When I run a query, I get the following error on Redash:
“error": { ‘code’: 403, ‘message’: ”Quota exceeded: Your project exceeded quota for free query bytes scanned ... }
However, the free quota for BigQuery that we have used at the moment is 60 GB out of 1 TB, and when the same query was executed on BigQuery, we got the correct result.
I would like to know more about the error Quota exceeded when I run the query from an external service like Redash. Looking forward to your answer.