BigBroda icon indicating copy to clipboard operation
BigBroda copied to clipboard

GoogleBig Query ActiveRecord Adapter & API client

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

Thanks for writing this gem. I am getting this error when trying to connect. Looks like the `unprepared_visitor` method is not available in Rails 4.2.

bug

Found a solution to my issue!!! Retry on result['jobComplete'] == false PR for issue#22 Bill

I was getting weird results from a TIMESTAMP column. After some research, came up with the following workaround. Under the covers, BigQuery stores timestamps as a UNIX timestamps, not date/time...

Thank you BTW. I've been using BigBroda for several months against VERY large BigQuery databases. I have an issue where queries occasionally return nil. If I reload the same query,...

I notice that BB make extensive use of JSON standard lib. Shouldn't be better to wire in [Oj](https://github.com/ohler55/oj) instead ? ./lib/google_bigquery/jobs.rb job_id = JSON.parse(res.body)["jobReference"]["jobId"] status = JSON.parse(self.get(project_id, job_id).body) job_id =...

enhancement

### michelson/BigBroda now has a Chat Room on Gitter @michelson has just created a chat room. You can visit it here: [https://gitter.im/michelson/BigBroda](https://gitter.im/michelson/BigBroda?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

Is there any way to use it with mongoid/mongodb ?

question

the code implementation is empty