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

Make synchronous query snippets testable #1836

Merged
merged 5 commits into from
Jul 14, 2016
Merged

Make synchronous query snippets testable #1836

merged 5 commits into from
Jul 14, 2016

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented May 31, 2016

Uses #1833 as a base.

@tseaver tseaver added docs testing api: bigquery Issues related to the BigQuery API. labels May 31, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 31, 2016
@tseaver
Copy link
Contributor Author

tseaver commented Jul 13, 2016

Rebased after merging #1833 to master.

@@ -25,6 +25,7 @@ Authentication / Configuration
>>> from gcloud import bigquery
>>> client = bigquery.Client()


This comment was marked as spam.

This comment was marked as spam.

@daspecster
Copy link
Contributor

Can we squash this before merging?

@@ -68,10 +68,10 @@ def delete(self):


@snippet
def client_list_datasets(client, to_delete): # pylint: disable=unused-argument
def client_list_datasets(client, _):

This comment was marked as spam.

@daspecster
Copy link
Contributor

LGTM, I would still squash but whatever you think.

@tseaver
Copy link
Contributor Author

tseaver commented Jul 14, 2016

@daspecster I rebased away the first two net-noop commits. I will merge when Travis passes.

@tseaver tseaver merged commit 167a911 into googleapis:master Jul 14, 2016
@tseaver tseaver deleted the bigquery-testable_sync_query_snippets branch July 14, 2016 14:56
This was referenced Aug 3, 2016
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. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants