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

Expand/clarify synchronous query usage docs. #1674

Merged
merged 1 commit into from Mar 29, 2016
Merged

Expand/clarify synchronous query usage docs. #1674

merged 1 commit into from Mar 29, 2016

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Mar 29, 2016

Address three separate cases:

  • Query finishes within timeout, with all rows present.
  • Query finishes within timeout, but result set is too large for initial response.
  • Query times out.

Closes #1551.

@tseaver tseaver added docs api: bigquery Issues related to the BigQuery API. labels Mar 29, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 29, 2016
>>> query.complete
True
>>> len(query.schema)
0

This comment was marked as spam.

Address three separate cases:

- Query finishes within timeout, with all rows present.

- Query finishes within timeout, but result set is too large for
  initial response.

- Query times out.

Closes #1551.
@dhermes
Copy link
Contributor

dhermes commented Mar 29, 2016

LGTM.

Grumble grumble something something #212

@tseaver tseaver merged commit f4b8e1c into googleapis:master Mar 29, 2016
@tseaver tseaver deleted the 1551-bigquery-job_query_status branch March 29, 2016 18:49
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 BigQuery API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants