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 - add get_query_results method. #3838

Merged
merged 1 commit into from
Aug 18, 2017

Commits on Aug 17, 2017

  1. BigQuery - add get_query_results method.

    This method calls the getQueryResults API directly and returns a
    QueryResults object. Note: the response from this API does not include
    the query, so I modified the constructor to make query optional in this
    case.
    tswast committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    a77538a View commit details
    Browse the repository at this point in the history