This repository has been archived by the owner on Jun 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
NameError: uninitialized constant BigQuery #10
Comments
I think I forgot to push the latest changes to rubygems. Try updating the gem and trying again. |
Thanks Adam, BigQuery::Errors::NotFound: Not Found: Dataset bigquery-on-gitwatcher-001:publicdata.samples I tried several combination of syntaxes
{"client_id"=>"12345.apps.googleusercontent.com", service_email"=>"12345@developer.gserviceaccount.com", "key"=>"./config/c211af1a2b513.p12", "project_id"=>"bigquery-on-gitwatcher-001", "dataset"=>"publicdata.samples"} |
... I also give it a try testing and I get: BigQueryTest#test_for_describe_table: Errno::ENOENT: No such file or directory @ rb_sysopen - key ... ... ... 8 runs, 0 assertions, 0 failures, 8 errors, 0 skips rake aborted! Command failed with status (1): [ruby -I"lib:lib:test" -I"/home/lsoave/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib" "/home/lsoave/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rake-10.3.2/lib/rake/rake_test_loader.rb" "test/*.rb" ] |
@lgs the error you are getting means that dataset is not in your BQ project, at least not with that id. Specs need's yo to set up credentials (we don't want you to know ours hehe). We are working on a Cassette integration test suite. Let me know if any other issues appear |
@andresbravog Many thanks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I followed the readme, but I get the following error:
My env:
The text was updated successfully, but these errors were encountered: