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

Data limit? #49

Closed
caterpillars opened this issue Mar 19, 2015 · 7 comments
Closed

Data limit? #49

caterpillars opened this issue Mar 19, 2015 · 7 comments

Comments

@caterpillars
Copy link

Hi,

It seems that there is a limit of how much data you can read? Whenever I read more data ( a fat table or a skinny long table), the reading is not successful and it only returns partial data or nothing. Is there anyway to get around this?

Thanks,

Hongli

@tylertreat
Copy link
Owner

There is a practical limit, yes, but that's a limitation of Google's API. You should be paginating your results. This library doesn't currently expose the page token, but when you submit a query, the results are saved to a temporary table. From there, you can safely paginate using the offset and limit kwargs of get_query_rows.

@caterpillars
Copy link
Author

Thanks, will try that.

@tylertreat
Copy link
Owner

You might also refer to allowLargeResults (see #50).

@caterpillars
Copy link
Author

Thanks for the info. Will you make this keywords exposed?

On Fri, Mar 20, 2015 at 9:32 AM, Tyler Treat notifications@github.com
wrote:

You might also refer to allowLargeResults (see #50
#50).


Reply to this email directly or view it on GitHub
#49 (comment)
.

@tylertreat
Copy link
Owner

Been pretty busy lately but I will try to get to it soon. Otherwise I will accept PRs if someone wants to take a crack at it sooner.

@caterpillars
Copy link
Author

Thanks for the info.

On Fri, Mar 20, 2015 at 12:13 PM, Tyler Treat notifications@github.com
wrote:

Been pretty busy lately but I will try to get to it soon. Otherwise I will
accept PRs if someone wants to take a crack at it sooner.


Reply to this email directly or view it on GitHub
#49 (comment)
.

@tylertreat
Copy link
Owner

Addressed with #56.

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