So I have a gsheet with 1.5k row and a few simple formulas that is not heavy at all to run. Im consuming this gsheet as an external table in bigquery to use in a query. The ghseet is running fine and i can query to the external table just fine. But today i encountered this issue that said: Resources exceeded during query execution: Google Sheets service overloaded for spreadsheet
What is the root cause of this problem? Cause i did not make any drastic changes to the ghseet and suddenly it just wont run on BQ. Lots of users use the gsheet daily but it ran fine before. What should i do to fix this problem?
Bump, anyone found a fix for this?
Hi @Hansenlim the error you’re seeing (“Resources exceeded during query execution: Google Sheets service overloaded for spreadsheet”) usually happens when the Google Sheets API is under heavy load. This can occur due to high simultaneous usage or complex interactions, even if your spreadsheet hasn’t changed much. Here are some potential causes and solutions:
Possible Causes
Recommendations to Fix the Issue
Alternative
If your team frequently works with Google Sheets and BigQuery, you might want to explore external tools for better data management. For example, Windsor.ai allows you to integrate and consolidate data from multiple sources into BigQuery seamlessly. This can help avoid the limitations of the Sheets API while improving efficiency for querying and reporting.
Greetings