Hacker News new | ask | show | jobs
by chrisbroadfoot 3661 days ago
Here's the idiomatic library for bigquery: https://godoc.org/google.golang.org/cloud/bigquery
1 comments

Thanks for that link, looks like that API was created after I started the project using BigQuery.

It's still labeled "experimental" though, which makes me a bit wary to use it just yet.

That's right. It's production-quality, but the API surface might change.

If you're OK with changing your code sometime in the future, then I'd recommend giving it a try for this or your next project. Changes will likely be minimal.

For a production app, wouldn't you "pin" your dependency to a particular version? I know I wouldn't be allowed to track master in my workplace.
Yes! Please do that.

Use something like git-vendor: https://github.com/brettlangdon/git-vendor