-
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
Add a system test for 'Table.upload_from_file'. #2313
Add a system test for 'Table.upload_from_file'. #2313
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? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…/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.