abronte / BigQuery

A BigQuery wrapper
86 stars 58 forks source link

Add query options such as useQueryCache, dryRun, maxResults #22

Closed sonots closed 9 years ago

sonots commented 9 years ago

Hi, I wanted to use the useQueryCache option for the query method, so added it. In addition, I added dryRun and maxResults options.

abronte commented 9 years ago

Thanks!

sonots commented 9 years ago

Thanks!