FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Clean up bigquery usage docs by tseaver · Pull Request #1469 · googleapis/google-cloud-python · GitHub

Clean up bigquery usage docs - #1469

Merged
tseaver merged 5 commits into
googleapis:masterfrom
tseaver:1398-1399-bigquery-usage-cleanup
Feb 15, 2016
Merged

Clean up bigquery usage docs#1469
tseaver merged 5 commits into
googleapis:masterfrom
tseaver:1398-1399-bigquery-usage-cleanup

Conversation

tseaver commented Feb 15, 2016

Copy link
Copy Markdown
Contributor

Uses #1468 as a base.

Match actual usage patterns.

Closes #1398, #1399.

tseaver added docs api: bigquery Issues related to the BigQuery API. labels Feb 15, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 15, 2016
Comment thread docs/bigquery-usage.rst Outdated
>>> jobs, token = client.list_jobs() # API request
>>> [(job.job_id, job.type, job.created, job.state) for job in jobs]
['e3344fba-09df-4ae0-8337-fddee34b3840', 'insert', (datetime.datetime(2015, 7, 23, 9, 30, 20, 268260, tzinfo=<UTC>), 'done')]
>>> [(job.nme, job.type, job.created, job.state) for job in jobs]

This comment was marked as spam.

This comment was marked as spam.

dhermes commented Feb 15, 2016

Copy link
Copy Markdown
Contributor

Only remaining issue is self.__class__ vs. self (fine to leave as-is). I'd still like a property name other than type though. WDYT?

tseaver commented Feb 15, 2016

Copy link
Copy Markdown
Contributor Author

I'd still like a property name other than type though. WDYT?

7b085f4 renames it to job_type.

dhermes commented Feb 15, 2016

Copy link
Copy Markdown
Contributor

LGTM (pending Travis)

tseaver added a commit that referenced this pull request Feb 15, 2016
tseaver merged commit 02c5689 into googleapis:master Feb 15, 2016
tseaver deleted the 1398-1399-bigquery-usage-cleanup branch February 15, 2016 21:10
parthea pushed a commit that referenced this pull request Apr 1, 2026
* chore: add experimental blob functions retry and timeout

* fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL