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

Accept a string in Table and Dataset constructors. #7483

Merged
merged 1 commit into from
Mar 5, 2019

Conversation

tswast
Copy link
Contributor

@tswast tswast commented Mar 5, 2019

This removes the another need to manually create a TableReference or
DatasetReference. Instead, a developer can pass in a string to the
constructor and then set the needed properties on the resource.

Closes #7477

This removes the another need to manually create a TableReference or
DatasetReference. Instead, a developer can pass in a string to the
constructor and then set the needed properties on the resource.
@tswast tswast requested a review from crwilcox as a code owner March 5, 2019 17:51
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 5, 2019
@tswast tswast added api: bigquery Issues related to the BigQuery API. and removed cla: yes This human has signed the Contributor License Agreement. labels Mar 5, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 5, 2019
@tswast
Copy link
Contributor Author

tswast commented Mar 5, 2019

@lakshmanok This PR should remove the need to ever manually create a TableReference or DatasetReference object. Once it's released, I can put the finishing touches on GoogleCloudPlatform/bigquery-oreilly-book#2 to simplify the examples that using the google-cloud-bigquery library.

@tswast tswast merged commit 94f4747 into googleapis:master Mar 5, 2019
@tswast tswast deleted the issue7477-dataset-table-stringref branch March 5, 2019 22:51
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