BigQuery icon indicating copy to clipboard operation
BigQuery copied to clipboard

A BigQuery wrapper

Results 8 BigQuery issues
Sort by recently updated
recently updated
newest added

Support to queries using [BigQuery's standard SQL dialect](https://cloud.google.com/bigquery/docs/reference/standard-sql/).

In different occasions, I get the following response ` {"v"=>{}}` in the response row, instead of getting `nil`s.

Hey guys, I'm having problem to record bigquery's response on the VCR. The problem using the BigQuery gem is in the response body the attribute `string` is empty and MultiJson...

In my use case, I use `BigQuery::Client::Tables.insert` with large arrays frequently. Sometimes they succeed partially, i.e. half rows of a batch are added, the other half fail. Instead of checking...

Thanks for the great gem! I propose exposing the `Google::APIClient` object `client` via `attr_reader` for the following: - Add additional authorization scopes. - Add additional discovered apis. Why? The above...

the very first example code in the readme fails for me with: ``` /home/aep/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/signet- 0.6.0/lib/signet/oauth_2/client.rb:947:in `fetch_access_token': Authorization failed. Server message: (Signet::AuthorizationError) { "error" : "invalid_request", "error_description" : "Required parameter is...