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

Why QueryJob.result() function doesn't support 'start_index' parameter? #120

Closed
zenkibomb opened this issue Jun 3, 2020 · 0 comments · Fixed by #121
Closed

Why QueryJob.result() function doesn't support 'start_index' parameter? #120

zenkibomb opened this issue Jun 3, 2020 · 0 comments · Fixed by #121
Assignees
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@zenkibomb
Copy link

zenkibomb commented Jun 3, 2020

Why QueryJob.result function doesn't support a 'start_index' parameter for reading data by page?
I know the JAVA version support this feature, and I read the code, found easy to add this parameter because list_rows() function support this, and result() function call list_row() at last.

I need like this:
query_job = self.client.query(sql)
return query_job.result(start_index=100, page_size=20)

Thanks.

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Jun 3, 2020
@meredithslota meredithslota added the type: question Request for information or clarification. Not an issue. label Jun 3, 2020
@meredithslota meredithslota assigned plamut and unassigned plamut Jun 3, 2020
@HemangChothani HemangChothani self-assigned this Jun 4, 2020
@HemangChothani HemangChothani added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed type: question Request for information or clarification. Not an issue. labels Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants