-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Conversation
Change-Id: I091422c95a190c4aeca8eef9a2d154a5ad90cd4d
Change-Id: I4d46078bf7ac514e8a7f82cb654e15748e4ae610
Change-Id: Ic6132f77754b8bf2f7c7fbfa7d39cca34f8c045a
What's the difference between the |
Oh wait. Never mind - I see now. |
@jerjou I'm likely going to do a bulk re-name of all folders soon |
tables = [] | ||
|
||
def factory(table_name): | ||
new_table = dataset.table('test_create_table') |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
LGTM |
Change-Id: I8302ec9ffdd4c1d63156faf9642c63d3547e2d43
Thanks @jerjou! |
…CloudPlatform/python-docs-samples#514) * Add bigquery create table sample * Add copy table sample * Fix test table ids
…CloudPlatform/python-docs-samples#514) * Add bigquery create table sample * Add copy table sample * Fix test table ids
…orm/python-docs-samples#514) * Add bigquery create table sample * Add copy table sample * Fix test table ids
No description provided.