FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

BQ: remove fetch_data and client references from QueryResults by tswast · Pull Request #4144 · googleapis/google-cloud-python · GitHub

BQ: remove fetch_data and client references from QueryResults - #4144

Merged
tswast merged 1 commit into
googleapis:bigquery-b2from
tswast:bq-query-results
Oct 10, 2017
Merged

BQ: remove fetch_data and client references from QueryResults#4144
tswast merged 1 commit into
googleapis:bigquery-b2from
tswast:bq-query-results

Conversation

tswast commented Oct 9, 2017

Copy link
Copy Markdown
Contributor

Based on #4143.

Now QueryResults is just a container for the getQueryResults response.

tswast requested a review from lukesneeringer as a code owner October 9, 2017 20:49
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 9, 2017
tswast requested review from alixhami, jba and tseaver October 9, 2017 21:06
if selected_fields is not None:
params['selectedFields'] = [f.name for f in selected_fields]
params['selectedFields'] = ','.join(
[f.name for f in selected_fields])

This comment was marked as spam.

This comment was marked as spam.

Now QueryResults is just a container for the getQueryResults response.

tswast commented Oct 10, 2017

Copy link
Copy Markdown
Contributor Author

Coverage failure is for list_partitions. I'll double-check the diff to make sure I didn't delete a test.

tswast merged commit af98bd4 into googleapis:bigquery-b2 Oct 10, 2017
tswast deleted the bq-query-results branch October 10, 2017 18:26
tswast added a commit that referenced this pull request Oct 12, 2017
Now QueryResults is just a container for the getQueryResults response.
tswast added a commit that referenced this pull request Oct 16, 2017
Now QueryResults is just a container for the getQueryResults response.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL