Skip to content

Add UDF support to write table #79

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

Conversation

sshrestha-datalicious
Copy link
Contributor

More about User Defined Functions (UDF):
https://cloud.google.com/bigquery/user-defined-functions

job = client.write_to_table(
query,
'dataset',
'table'
Copy link
Owner

Choose a reason for hiding this comment

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

Missing a comma after this argument.

@tylertreat
Copy link
Owner

Other than the minor issue in the readme, looks good.

@sshrestha-datalicious
Copy link
Contributor Author

Just updated the readme file to add the missing comma.
Thanks

tylertreat added a commit that referenced this pull request Jan 21, 2016
…write_table

Add UDF support to write table
@tylertreat tylertreat merged commit 9deda4e into tylertreat:master Jan 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants