Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API limit exceeded: Unable to return a row that exceeds the API limits. To retrieve the row, export the table. #18

Open
Syuan-Yi opened this issue Jan 28, 2019 · 1 comment

Comments

@Syuan-Yi
Copy link

Hello,

First of all, it is really an exciting project and paper. Thank you!!

I tried to adapt the landscaping method on my project. But when I was in the "Load Inference Data" step, it showed the "API limit exceeded: Unable to return a row that exceeds the API limits. To retrieve the row, export the table" error. It seems there is only a way to workaround, that is: "export table" (please see: https://stackoverflow.com/questions/37547711/bigquery-api-limit-exceeded-error).
What does it mean? which table should be exported?
In addition, I tried to split L1 expansion patents to several small numbers, which could be dumped into the model for prediction. But it seems to go beyond my ability...Would you please give me some hints or tell me how to put all L1 expansion patents into the model? Thank you very much.

All the best,
Syuan-Yi

@sfd9898
Copy link

sfd9898 commented Mar 30, 2019

For larger downloads, I have downloaded a table from BigQuery separately and pointed scripts to that. Or, you can take a subset of the table/field you're downloading to fit within the API constraints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants