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

BigQuery: Remove dataset property from TableReference and add project/dataset_id properties #4011

Merged

Conversation

alixhami
Copy link
Contributor

The dataset property (of type DatasetReference) in the TableReference class was primarily being used for the dataset_id and project properties. This change replaces the dataset property with dataset_id and project properties to make TableReference consistent with the Table class.

@alixhami alixhami added the api: bigquery Issues related to the BigQuery API. label Sep 20, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 20, 2017
Copy link
Contributor

@tswast tswast left a comment

Choose a reason for hiding this comment

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

Excellent, thanks!

@alixhami alixhami merged commit bda5fca into googleapis:bigquery-b2 Sep 20, 2017
@alixhami alixhami deleted the bq-tablereference-properties branch September 20, 2017 18:18
tswast pushed a commit that referenced this pull request Sep 25, 2017
…/dataset_id properties (#4011)

* adds dataset_id and project properties to TableReference

* Remove dataset property from Table and TableReference
tswast pushed a commit that referenced this pull request Oct 12, 2017
…/dataset_id properties (#4011)

* adds dataset_id and project properties to TableReference

* Remove dataset property from Table and TableReference
tswast pushed a commit that referenced this pull request Oct 16, 2017
…/dataset_id properties (#4011)

* adds dataset_id and project properties to TableReference

* Remove dataset property from Table and TableReference
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants