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

Schema builder for BigQuery Table #264

Merged
merged 2 commits into from
Sep 4, 2015

Conversation

quartzmo
Copy link
Member

@quartzmo quartzmo commented Sep 3, 2015

The implementation of this addition borrows heavily from the recently merged PR for BigQuery access control.

[closes #217]

@quartzmo quartzmo added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: bigquery Issues related to the BigQuery API. in progress labels Sep 3, 2015
@quartzmo quartzmo added this to the 0.3.1 milestone Sep 3, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 3, 2015
@quartzmo quartzmo force-pushed the bigquery-schema branch 3 times, most recently from 1a0a075 to 0389e6e Compare September 4, 2015 00:14
While continuing to support the schema option that accepts a JSON-
like hash, add an optional block parameter that passes a builder
enabling succinct, native-Ruby style schema configuration.
@quartzmo quartzmo force-pushed the bigquery-schema branch 2 times, most recently from 2de9d80 to cac7e68 Compare September 4, 2015 23:13
module Gcloud
module Bigquery
class Table
##

This comment was marked as spam.

This comment was marked as spam.

blowmage added a commit that referenced this pull request Sep 4, 2015
Schema builder for BigQuery Table

[closes #217]
@blowmage blowmage merged commit f000d07 into googleapis:master Sep 4, 2015
@blowmage
Copy link
Contributor

blowmage commented Sep 4, 2015

🤘

@quartzmo quartzmo deleted the bigquery-schema branch September 4, 2015 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve API for configuring the schema for a BigQuery Table
3 participants