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 create and copy table examples #514

Merged
merged 4 commits into from
Sep 12, 2016
Merged

Conversation

theacodes
Copy link
Contributor

No description provided.

Jon Wayne Parrott added 3 commits September 12, 2016 10:18
Change-Id: I091422c95a190c4aeca8eef9a2d154a5ad90cd4d
Change-Id: I4d46078bf7ac514e8a7f82cb654e15748e4ae610
Change-Id: Ic6132f77754b8bf2f7c7fbfa7d39cca34f8c045a
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 12, 2016
@jerjou
Copy link
Contributor

jerjou commented Sep 12, 2016

What's the difference between the cloud-client and api subdirs?

@jerjou
Copy link
Contributor

jerjou commented Sep 12, 2016

Oh wait. Never mind - I see now.
We should probably add to cloud-client/README, or explain the distinction in the bigquery/README (not necessarily in this PR)

@theacodes
Copy link
Contributor Author

@jerjou I'm likely going to do a bulk re-name of all folders soon api will become api-client so it'll make a bit more sense.

tables = []

def factory(table_name):
new_table = dataset.table('test_create_table')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume you mean dataset.table(table_name) here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol yes. Good catch, forgot to change when I refactored. Fixed.

@jerjou
Copy link
Contributor

jerjou commented Sep 12, 2016

LGTM

Change-Id: I8302ec9ffdd4c1d63156faf9642c63d3547e2d43
@theacodes theacodes merged commit 8e4d772 into master Sep 12, 2016
@theacodes
Copy link
Contributor Author

Thanks @jerjou!

@theacodes theacodes deleted the bigquery-create-table branch September 12, 2016 19:59
plamut pushed a commit to plamut/python-bigquery that referenced this pull request Jun 25, 2020
…CloudPlatform/python-docs-samples#514)

* Add bigquery create table sample
* Add copy table sample
* Fix test table ids
plamut pushed a commit to plamut/python-bigquery that referenced this pull request Jul 22, 2020
…CloudPlatform/python-docs-samples#514)

* Add bigquery create table sample
* Add copy table sample
* Fix test table ids
shollyman pushed a commit to googleapis/python-bigquery that referenced this pull request Jul 22, 2020
…orm/python-docs-samples#514)

* Add bigquery create table sample
* Add copy table sample
* Fix test table ids
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.

4 participants