Skip to content

Add BigQuery example to README.md.#1902

Merged
daspecster merged 2 commits intogoogleapis:masterfrom
daspecster:add-bigquery-example-to-readme
Jun 27, 2016
Merged

Add BigQuery example to README.md.#1902
daspecster merged 2 commits intogoogleapis:masterfrom
daspecster:add-bigquery-example-to-readme

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
parthea pushed a commit that referenced this pull request Nov 24, 2025
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
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