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: Modify client.dataset() to return DatasetReference instead of Dataset. #3944

Merged
merged 3 commits into from
Sep 13, 2017

Conversation

alixhami
Copy link
Contributor

The base of this commit is #3942

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 12, 2017
@tswast tswast self-requested a review September 13, 2017 00:23
self._table_id = table_id

@property
def dataset_ref(self):

This comment was marked as spam.

This comment was marked as spam.

@@ -148,7 +149,7 @@ def list_datasets(self, include_all=False, max_results=None,
extra_params=extra_params)

def dataset(self, dataset_name, project=None):
"""Construct a dataset bound to this client.
"""Construct a reference to a dataset bound to this client.

This comment was marked as spam.

@tswast tswast merged commit 320a49a into googleapis:bigquery-b2 Sep 13, 2017
@alixhami alixhami deleted the bq-client-dataset branch September 19, 2017 17:06
tswast pushed a commit that referenced this pull request Sep 25, 2017
…of Dataset. (#3944)

* BigQuery: Add TestReference class. Add table function to DatasetReference

* BigQuery: Modify client.dataset() to return DatasetReference instead of Dataset.

* Bigquery: client.dataset() uses default project if not specified
tswast pushed a commit that referenced this pull request Oct 12, 2017
…of Dataset. (#3944)

* BigQuery: Add TestReference class. Add table function to DatasetReference

* BigQuery: Modify client.dataset() to return DatasetReference instead of Dataset.

* Bigquery: client.dataset() uses default project if not specified
tswast pushed a commit that referenced this pull request Oct 16, 2017
…of Dataset. (#3944)

* BigQuery: Add TestReference class. Add table function to DatasetReference

* BigQuery: Modify client.dataset() to return DatasetReference instead of Dataset.

* Bigquery: client.dataset() uses default project if not specified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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