| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Before reviewing, this doesn't seem to fix the title of the issue:
Should the issue be renamed to be more accurate? |
Sorry, something went wrong.
| writer.writerows(ROWS) | ||
| csv_file.flush() | ||
|
|
||
| with open(csv_file.name, 'rb') as csv_read: |
The OP in that issue made an understandable error, calling job.begin() on the job returned from table.upload_from_file(): the issue is that the job already started, and the resource returned for the job does not contain enough information to (re)start it. This PR just demonstrates that table.upload_from_file() works as expected without making that call.
We could rename the issue, or just close it and move on. |
Sorry, something went wrong.
Can you rename it to be more accurate? This way if anyone comes across it again they won't be misled. |
Sorry, something went wrong.
|
Renamed. |
Sorry, something went wrong.
Highlight that the returned job is already running, and that the user should not call its 'begin' method.
|
LGTM |
Sorry, something went wrong.
|
@dhermes Any remaining issues? |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
…/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
| Back | FazBrowse Home | New Git URL |
Closes #2133.
/cc @jonparrott, @matheuspatury
I will cancel the PR job on Travis, as this PR changes only system tests.