-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Conversation
|
||
: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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
||
: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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Move the method from Table to Client.
Move the method from Table to Client.
Move the method from Table to Client.
Move the method from Table to Client.