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.load_table_from_file #4136

Merged
merged 1 commit into from
Oct 9, 2017

Conversation

jba
Copy link
Contributor

@jba jba commented Oct 7, 2017

Move the method from Table to Client.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 7, 2017

:type rewind: bool
:param rewind: If True, seek to the beginning of the file handle before
writing the file.

This comment was marked as spam.

This comment was marked as spam.

file_obj.seek(0, os.SEEK_SET)
_check_mode(file_obj)
try:
if size is None:

This comment was marked as spam.

This comment was marked as spam.


:type size: int
:param size: The number of bytes to read from the file handle.
If not provided, we'll try to guess the size using

This comment was marked as spam.

This comment was marked as spam.

Move the method from Table to Client.
@jba jba merged commit 173d4dc into googleapis:bigquery-b2 Oct 9, 2017
tswast pushed a commit that referenced this pull request Oct 12, 2017
Move the method from Table to Client.
tswast pushed a commit that referenced this pull request Oct 16, 2017
Move the method from Table to Client.
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