abronte / BigQuery

A BigQuery wrapper
86 stars 58 forks source link

Invalid dataset ID "githubarchive:day" #27

Closed tyler17 closed 9 years ago

tyler17 commented 9 years ago

To connect to the datasets from githubarchive.org, what do I set opts['dataset'] to?

I've tried opts['dataset'] = 'githubarchive:day' and opts['dataset'] = 'githubarchive:day.events_20150729'

but they both return saying invalid dataset. Do I have to add these datasets to my project somehow?

tyler17 commented 9 years ago

Nevermind, I got it to work by not specifying the opts['dataset'] field at all.