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

bigquery: add Client.list_rows, remove Table.fetch_data #4119

Merged
merged 1 commit into from
Oct 6, 2017

Conversation

jba
Copy link
Contributor

@jba jba commented Oct 4, 2017

No description provided.

@jba jba requested review from tseaver, tswast and alixhami October 4, 2017 18:52
@jba jba requested a review from lukesneeringer as a code owner October 4, 2017 18:52
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 4, 2017
The fields to return. Required if ``table`` is a
:class:`~google.cloud.bigquery.table.TableReference`.

:type max_results: int

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

:class:`~google.cloud.bigquery.table.TableReference`.

:type max_results: int
:param max_results: (Optional) Maximum number of rows to return.

This comment was marked as spam.

This comment was marked as spam.

local_number = SchemaField('local_number', 'STRING', 'REQUIRED')
rank = SchemaField('rank', 'INTEGER', 'REQUIRED')
phone = SchemaField('phone', 'RECORD', mode='NULLABLE',
fields=[area_code, local_number, rank])

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

items_key='rows',
page_token=page_token,
next_token='pageToken',
max_results=max_results,

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@jba jba merged commit 7e2f538 into googleapis:bigquery-b2 Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants