Skip to content
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 BigQuery example to README.md. #1902

Merged

Conversation

daspecster
Copy link
Contributor

@tseaver there might be a better example to throw in here. If so just let me know and I'll add it.

/cc @dhermes

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 24, 2016
from gcloud import bigquery
client = bigquery.Client()
dataset = client.dataset('dataset_name')
dataset.create() # API request

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Jun 26, 2016

@daspecster similar reminder to close #1899 after merge.

@tseaver
Copy link
Contributor

tseaver commented Jun 27, 2016

LGTM.

@daspecster daspecster merged commit dbb05e5 into googleapis:master Jun 27, 2016
@daspecster daspecster deleted the add-bigquery-example-to-readme branch June 27, 2016 18:27
@tseaver tseaver mentioned this pull request Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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