Add a system test for 'Table.upload_from_file'.#2313
Add a system test for 'Table.upload_from_file'.#2313tseaver merged 3 commits intogoogleapis:masterfrom tseaver:2133-bigquery-systest-table-upload_from_file
Conversation
|
Before reviewing, this doesn't seem to fix the title of the issue:
Should the issue be renamed to be more accurate? |
| writer.writerows(ROWS) | ||
| csv_file.flush() | ||
|
|
||
| with open(csv_file.name, 'rb') as csv_read: |
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.
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.
The OP in that issue made an understandable error, calling
We could rename the issue, or just close it and move on. |
Can you rename it to be more accurate? This way if anyone comes across it again they won't be misled. |
|
Renamed. |
Highlight that the returned job is already running, and that the user should not call its 'begin' method.
|
LGTM |
|
@dhermes Any remaining issues? |
…/python-docs-samples#2313) * Video Intelligence Beta - Streaming/Live Streaming support for AutoML custom models * add test skeleton * skeleton * more skeleton code * update sample: update video codec/test/model_id/etc. * lint * mask project id * Noah's and Rebecca's suggestions
Closes #2133.
/cc @jonparrott, @matheuspatury
I will cancel the PR job on Travis, as this PR changes only system tests.