Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

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

Merged
tswast merged 3 commits intogoogleapis:bigquery-b2from
alixhami:bq-client-dataset
Sep 13, 2017
Merged

BigQuery: Modify client.dataset() to return DatasetReference instead of Dataset.#3944
tswast merged 3 commits intogoogleapis:bigquery-b2from
alixhami:bq-client-dataset

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.


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