Skip to content

Commit

Permalink
Update bigquery method to match the latest version (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanhui1228 authored Sep 6, 2017
1 parent 34c4d0f commit 2e3a11e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_weekly_clientlibs_downloads(clientlibs_table_name, date_str):
wait_for_job(query_job)

# Fetch the results
result = query_job.result().fetch_data()
result = query_job.query_results().fetch_data()
result_list = [item for item in result]

# In case the result_list contains the metadata like total_rows, the
Expand Down

0 comments on commit 2e3a11e

Please sign in to comment.