Uh oh!
There was an error while loading. Please reload this page.
Add Vision API connection. - #2167
Conversation
dhermes
commented
Aug 23, 2016
Looks fine but Travis is failing. |
| API_VERSION = 'v1' | ||
| """The version of the API, used in building the API call's URL.""" | ||
| API_URL_TEMPLATE = '{api_base_url}/{api_version}{path}' |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
daspecster
commented
Aug 23, 2016
It was failing, I believe because I didn't have the RST for it in there. Also I added an API URL example. |
| 'streaming': [], | ||
| 'translate': [] | ||
| 'translate': [], | ||
| 'vision': [] |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Aug 23, 2016
LGTM once Travis passes though you should squash if not too inconvenient |
38476b5 to
00c05e9Comparedaspecster
commented
Aug 23, 2016
Wow travis...what's the deal? |
tseaver
commented
Aug 23, 2016
@daspecster I'm guessing the conflict is in |
dhermes
commented
Aug 23, 2016
Yeah Travis has been slow. And in the 35 minutes since you posted that, I did give you a conflict. Sorry. |
Add RST and ignore vision.__init__. Add API URL example. Add vision to TOCs. Add trailing comma. Add vision/connection to toc.json.
00c05e9 to
2cf3a90Comparedaspecster
commented
Aug 23, 2016
Conflict resolved....back to waiting on travis. |
daspecster
commented
Aug 23, 2016
Finally! |
…try` is ignored (#2167) * fix: `query()` now warns when `job_id` is set and the default `job_retry` is ignored * Update google/cloud/bigquery/client.py * allow None for job_retry in code path that calls jobs.query from client.query * allow None for job_retry in code path that calls jobs.query from client.query * Update tests/unit/test_job_retry.py
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
As per a conversation about small PR's with @dhermes, here is Vision's connection class.
This is pretty simple, just adding the needed scope.